From 7952bbc2a606ab22e04112eb2f21a573d0db116e Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 6 Feb 2023 12:50:21 +0000 Subject: hook up save/loading of chunks --- common/chunk.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'common') diff --git a/common/chunk.lua b/common/chunk.lua index affdab8..790e5a4 100644 --- a/common/chunk.lua +++ b/common/chunk.lua @@ -39,6 +39,7 @@ function Chunk.from_packet_data(packet) -- since otherwise how would we know it's a chunk packet local cp = coords.ChunkPos:make(packet.u,packet.v) + print("making from packet",packet.u,packet.v) return Chunk:make(cp,packet.tiles) end -- cgit v1.2.3