bump switching station timeout to 1800 seconds (half an hour)

This commit is contained in:
BuckarooBanzay
2020-06-19 07:54:02 +02:00
parent c7e0c153bf
commit fd18c6ce96
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ minetest.register_globalstep(function(dtime)
local now = minetest.get_us_time()
local off_delay_seconds = tonumber(minetest.settings:get("technic.switch.off_delay_seconds") or "300")
local off_delay_seconds = tonumber(minetest.settings:get("technic.switch.off_delay_seconds") or "1800")
local off_delay_micros = off_delay_seconds*1000*1000
local active_switches = 0