mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 01:30:38 +01:00
Little modifications...
Everyone can forget a little print...
This commit is contained in:
parent
c1059c7d04
commit
b8955693eb
@ -12,7 +12,7 @@ local interval_max = 7200
|
||||
|
||||
minetest.register_globalstep(function(dtime)
|
||||
interval_timer = interval_timer+dtime
|
||||
print(interval_timer)
|
||||
--print(interval_timer)
|
||||
if interval_timer < interval_max then return end -- We have to wait
|
||||
interval_timer = 0
|
||||
local chest = minetest.get_node(chest_position)
|
||||
|
Loading…
Reference in New Issue
Block a user