From 089766de28d1c93803a6c8fd0ccb84bedf3982fa Mon Sep 17 00:00:00 2001 From: Thomas Rudin Date: Sat, 11 Jan 2020 18:09:18 +0100 Subject: [PATCH] 5 minute switching station timeout (TODO: setting... :P) --- technic/machines/switching_station_globalstep.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technic/machines/switching_station_globalstep.lua b/technic/machines/switching_station_globalstep.lua index 2c3cf6a..58fe803 100644 --- a/technic/machines/switching_station_globalstep.lua +++ b/technic/machines/switching_station_globalstep.lua @@ -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)