mirror of
https://github.com/minetest-mods/technic.git
synced 2025-02-22 14:50:23 +01:00
3 minute switch off delay
This commit is contained in:
parent
b5921b8e90
commit
87ad3f30fe
@ -44,7 +44,7 @@ minetest.register_abm({
|
||||
end
|
||||
})
|
||||
|
||||
local off_delay_seconds = 60
|
||||
local off_delay_seconds = 180
|
||||
|
||||
local timer = 0
|
||||
minetest.register_globalstep(function(dtime)
|
||||
|
Loading…
x
Reference in New Issue
Block a user