From: Novatux Date: Sat, 12 Jul 2014 16:22:52 +0000 (+0200) Subject: Fix crash with supply converter X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=1af6313c692e81552f95cb3dd936f55fc43a20de;p=zefram%2Fminetest%2Ftechnic.git Fix crash with supply converter --- 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)