diff --git a/ta3_power/tiny_generator.lua b/ta3_power/tiny_generator.lua index a6d31a9..17ee65d 100644 --- a/ta3_power/tiny_generator.lua +++ b/ta3_power/tiny_generator.lua @@ -225,8 +225,8 @@ minetest.register_node("techage:tiny_generator", { meta:set_string("liquid_name", nvm.liquid.name) meta:set_int("liquid_amount", nvm.liquid.amount) meta:set_string("description", S("TA3 Tiny Power Generator") .. " (fuel: " .. - tostring(nvm.liquid and nvm.liquid.amount or 0) .. "/" .. - tostring(fuel.CAPACITY) .. ")") + tostring(nvm.liquid and nvm.liquid.amount or 0) .. "/" .. + tostring(fuel.CAPACITY) .. ")") end end,