fix copypaste typo

fixes #302
This commit is contained in:
OgelGames 2023-01-25 14:33:49 +11:00
parent a417a6b154
commit 5040260783

View File

@ -53,7 +53,7 @@ local run = function(pos, node)
meta:set_int("LV_EU_supply", eu_supply)
meta:set_string("infotext", S("@1 (@2% Efficiency)",
S("Hydro @1 Generator", S("MV")), production_level))
S("Hydro @1 Generator", S("LV")), production_level))
if production_level > 0 and
minetest.get_node(pos).name == "technic:water_mill" then