mirror of
https://github.com/minetest-mods/technic.git
synced 2025-11-08 19:25:29 +01:00
bump switching station timeout to 1800 seconds (half an hour)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user