mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 15:50:39 +02:00
5 minute switching station timeout (TODO: setting... :P)
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user