From: Novatux Date: Sun, 13 Jul 2014 12:15:10 +0000 (+0200) Subject: Fix problem with supply converter producing energy X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=7065ba9155b468b1e33e8cf773f217d407222e3f;p=zefram%2Fminetest%2Ftechnic.git Fix problem with supply converter producing energy --- diff --git a/technic/machines/supply_converter.lua b/technic/machines/supply_converter.lua index 9b1daf9..ccfb9b0 100644 --- a/technic/machines/supply_converter.lua +++ b/technic/machines/supply_converter.lua @@ -35,6 +35,7 @@ local run = function(pos, node) ..input * remain.." "..to..")") else meta:set_string("infotext", S("%s Has Bad Cabling"):format(machine_name)) + meta:set_int(to.."_EU_supply", 0) return end