From 7e0a520f8efd748a13c277b3c39514aee07c74d2 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 13 Feb 2023 13:05:55 +0000 Subject: change blank and ubqorange tiles from false and true to 0 and 9 --- server/server.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/server.lua') diff --git a/server/server.lua b/server/server.lua index 88f4efe..85112c9 100644 --- a/server/server.lua +++ b/server/server.lua @@ -174,11 +174,11 @@ end local function tick(ntick) if ntick % 30 == 0 then - print("saving things") + -- print("saving things") for cp,ch in map:iter_chunks() do map:save_chunk(cp) if not player_near_chunk(cp) then - print("unloading chunk",cp) + -- print("unloading chunk",cp) map:remove_chunk(cp) end end -- cgit v1.2.3