Fix crash with supply converter
authorNovatux <nathanael.courant@laposte.net>
Sat, 12 Jul 2014 16:22:52 +0000 (18:22 +0200)
committerNovatux <nathanael.courant@laposte.net>
Sat, 12 Jul 2014 16:22:52 +0000 (18:22 +0200)
technic/machines/supply_converter.lua

index 5cf999de90521afd07300e1170cb54231c137a24..9b1daf9245d84e4495be873e16f2207ccff10c04 100644 (file)
@@ -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)