Fix incorrect translation syntax

Worldedit was causing a crash when I used the "inspector" feature.
This commit is contained in:
Andrey Andreyevich Bienkowski 2023-12-13 16:34:09 +00:00 committed by GitHub
parent 341014f94a
commit b90eeb1e68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,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,