Novatux
2014-12-30 4ac36e9d274ef9976dbc4245dd700e813b8f3b53
Fix infinite energy with supply converter
1 files modified
2 ■■■ changed files
technic/machines/switching_station.lua 2 ●●● patch | view | raw | blame | history
technic/machines/switching_station.lua
@@ -371,7 +371,7 @@
    local meta = minetest.get_meta(pos)
    local timeout = meta:get_int(tier.."_EU_timeout")
    if timeout <= 0 then
        --meta:set_int(tier.."_EU_input", 0) -- Not needed anymore
        meta:set_int(tier.."_EU_input", 0) -- Not needed anymore <-- actually, it is for supply converter
        return true
    else
        meta:set_int(tier.."_EU_timeout", timeout - 1)