Parasitoid
2019-06-01 e8f1033d497e6e30c87fb2f11e8206587f2d3e7a
technic/machines/power_monitor.lua
@@ -55,7 +55,7 @@
         local demand = sw_meta:get_int("demand")
         meta:set_string("infotext",
               S("Power Monitor. Supply: @1 Demand: @2",
               technic.pretty_num(supply), technic.pretty_num(demand)))
               technic.EU_string(supply), technic.EU_string(demand)))
      else
         meta:set_string("infotext",S("Power Monitor Has No Network"))
      end