diff --git a/technic/machines/supply_converter.lua b/technic/machines/supply_converter.lua index 5cf999d..9b1daf9 100644 --- a/technic/machines/supply_converter.lua +++ b/technic/machines/supply_converter.lua @@ -25,7 +25,6 @@ local run = function(pos, node) local to = technic.get_cable_tier(name_down) if from and to then - technic.switching_station_timeout_count(pos, from) local input = meta:get_int(from.."_EU_input") meta:set_int(from.."_EU_demand", demand) meta:set_int(from.."_EU_supply", 0)