mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2024-11-15 23:20:16 +01:00
fix inspect command translation
This commit is contained in:
parent
2d44c915f0
commit
a3a8e74274
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user