From 2dd8de561745b8cfb702d5e20d4d7c76217636ea Mon Sep 17 00:00:00 2001 From: Thomas Rudin Date: Sat, 4 Jan 2020 20:25:44 +0100 Subject: [PATCH] 60 seconds off delay --- 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 e6a097a..12f389c 100644 --- a/technic/machines/switching_station_globalstep.lua +++ b/technic/machines/switching_station_globalstep.lua @@ -30,7 +30,7 @@ minetest.register_abm({ end }) -local off_delay_seconds = 600 +local off_delay_seconds = 60 local timer = 0 minetest.register_globalstep(function(dtime)