diff --git a/on_receive_fields.lua b/on_receive_fields.lua index 4baefbf..92c4e8b 100644 --- a/on_receive_fields.lua +++ b/on_receive_fields.lua @@ -64,10 +64,7 @@ function travelnet.on_receive_fields(pos, _, fields, player) and owner_name ~= "" then minetest.chat_send_player(name, - S("This %s belongs to %s. You can't remove it."):format( - description, - tostring(owner_name) - ) + S("This @1 belongs to @2. You can't remove it.", description, owner_name) ) return end