mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 01:30:38 +01:00
Removed debug line in tsm_pyramids/room.lua
This commit is contained in:
parent
6d20fda531
commit
cf7dea7480
@ -57,7 +57,6 @@ end)
|
||||
|
||||
minetest.register_globalstep(function(dtime)
|
||||
pyramids.timer = pyramids.timer + dtime
|
||||
table.foreach(pyramids.saved_chests,print)
|
||||
if pyramids.timer < pyramids.max_time then return end
|
||||
pyramids.timer = 0
|
||||
for _,k in ipairs(pyramids.saved_chests) do
|
||||
|
Loading…
Reference in New Issue
Block a user