5 minute switching station timeout (TODO: setting... :P)

This commit is contained in:
Thomas Rudin 2020-01-11 18:09:18 +01:00
parent 87ad3f30fe
commit 089766de28
1 changed files with 1 additions and 1 deletions

View File

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