From c74c2a3133ad4d1f03b83021e53fb9e8a67b3914 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 6 Feb 2023 11:46:31 +0000 Subject: tick timing in main server loop, refactor, start on saving/loading chunks --- common/map.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/map.lua') diff --git a/common/map.lua b/common/map.lua index d32cbf3..8161f11 100644 --- a/common/map.lua +++ b/common/map.lua @@ -29,8 +29,8 @@ function Map.mark_chunk_loading(self,cp) print("marking chunk as loading",cp) self:_set_chunk(cp,false) end -function Map.unload_chunk(self,cp) - print("unloading chunk",cp) +function Map.remove_chunk(self,cp) + print("removing chunk",cp) if not self.chunks[cp.u] then return end self.chunks[cp.u][cp.v] = nil -- remove list if empty -- cgit v1.2.3