mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2024-12-24 17:50:40 +01:00
Fix incorrect translation syntax
Worldedit was causing a crash when I used the "inspector" feature.
This commit is contained in:
parent
341014f94a
commit
b90eeb1e68
@ -379,7 +379,7 @@ minetest.register_on_punchnode(function(pos, node, puncher)
|
|||||||
if worldedit.inspect[name] then
|
if worldedit.inspect[name] then
|
||||||
local axis, sign = worldedit.player_axis(name)
|
local axis, sign = worldedit.player_axis(name)
|
||||||
local message = S(
|
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,
|
node.name,
|
||||||
minetest.pos_to_string(pos),
|
minetest.pos_to_string(pos),
|
||||||
node.param1,
|
node.param1,
|
||||||
|
Loading…
Reference in New Issue
Block a user