mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-14 06:20:41 +01:00
5 minute switching station timeout (TODO: setting... :P)
This commit is contained in:
parent
87ad3f30fe
commit
089766de28
|
@ -44,7 +44,7 @@ minetest.register_abm({
|
|||
end
|
||||
})
|
||||
|
||||
local off_delay_seconds = 180
|
||||
local off_delay_seconds = 300
|
||||
|
||||
local timer = 0
|
||||
minetest.register_globalstep(function(dtime)
|
||||
|
|
Loading…
Reference in New Issue
Block a user