1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-30 08:20:32 +02:00

Removed debug line in tsm_pyramids/room.lua

This commit is contained in:
LeMagnesium 2015-03-22 15:20:16 +01:00
parent 6d20fda531
commit cf7dea7480

View File

@ -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