diff options
author | Novatux <nathanael.courant@laposte.net> | 2014-07-12 18:22:52 +0200 |
---|---|---|
committer | Novatux <nathanael.courant@laposte.net> | 2014-07-12 18:22:52 +0200 |
commit | 1af6313c692e81552f95cb3dd936f55fc43a20de (patch) | |
tree | 5867edd93f65236441064f835602d8ab3c644781 | |
parent | 1c617f2c5e853ce66e50703a776ebbcfe74159ef (diff) |
Fix crash with supply converter
-rw-r--r-- | technic/machines/supply_converter.lua | 1 |
1 files changed, 0 insertions, 1 deletions
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) |