3 minute switch off delay

This commit is contained in:
BuckarooBanzay 2020-01-09 15:45:09 +01:00
parent a228798db4
commit 12ce89e287

View File

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