Fix problem with supply converter producing energy

This commit is contained in:
Novatux 2014-07-13 14:15:10 +02:00
parent 1af6313c69
commit 7065ba9155
1 changed files with 1 additions and 0 deletions

View File

@ -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