extremely minor
This commit is contained in:
parent
5fae9aa1ff
commit
40792b8d94
@ -126,7 +126,7 @@ defmodule Amethyst.ConnectionHandler do
|
|||||||
import Amethyst.NBT.Write
|
import Amethyst.NBT.Write
|
||||||
heightmaps = compound(%{})
|
heightmaps = compound(%{})
|
||||||
|
|
||||||
data = Enum.chunk_every(chunk_array, 16)
|
data = Enum.chunk_every(chunk_array, 16, 16, 0) # 0 -> air
|
||||||
end
|
end
|
||||||
|
|
||||||
defp handle_packet(id, data, connstate, version, state) do
|
defp handle_packet(id, data, connstate, version, state) do
|
||||||
|
Loading…
Reference in New Issue
Block a user