fix inspect command translation

This commit is contained in:
Alexander Chibrikin 2023-10-11 23:29:07 +03:00
parent 2d44c915f0
commit a3a8e74274
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ minetest.register_on_punchnode(function(pos, node, puncher)
if worldedit.inspect[name] then
local axis, sign = worldedit.player_axis(name)
local message = S(
S("inspector: @1 at @2 (param1=@3, param2=@4, received light=@5) punched facing the @6 axis"),
"inspector: @1 at @2 (param1=@3, param2=@4, received light=@5) punched facing the @6 axis",
node.name,
minetest.pos_to_string(pos),
node.param1,