diff options
Diffstat (limited to 'server/server.lua')
-rw-r--r-- | server/server.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/server.lua b/server/server.lua index 5bbff6c..5a96b11 100644 --- a/server/server.lua +++ b/server/server.lua @@ -84,7 +84,7 @@ local function doctor_chunks() local used = false for player in pairs(players) do if player.loaded[k] then used=true end end if not used then chunk:save() chunks:remove(cp) - if not next(chunks.d) then print'no chunks' end end end + if not next(chunks.d) then print'no chunks' end end end end while true do local ev = host:service(10000) if ev then |