From 87ad3f30fe2e27874c5e901d606813dfe44f1f94 Mon Sep 17 00:00:00 2001 From: BuckarooBanzay Date: Thu, 9 Jan 2020 15:45:09 +0100 Subject: [PATCH] 3 minute switch 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 fb48d71..2c3cf6a 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 = 60 +local off_delay_seconds = 180 local timer = 0 minetest.register_globalstep(function(dtime)