Put coords in brackets

master
Wuzzy 2020-09-08 21:36:56 +02:00
parent aaa7aa8a85
commit be5b4ccce7
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ teleports.set_formspec = function(pos, shown_teleports)
if EachTeleport["name"] then
buttons = buttons.."button_exit["..x..","..y..";3.5,0.5;tp"..i..";"..F(S("GO>@1",EachTeleport.name)).."]";
else
buttons = buttons.."button_exit["..x..","..y..";3.5,0.5;tp"..i..";"..F(S("GO>@1,@2,@3",EachTeleport.pos.x,EachTeleport.pos.y,EachTeleport.pos.z)).."]";
buttons = buttons.."button_exit["..x..","..y..";3.5,0.5;tp"..i..";"..F(S("GO>(@1,@2,@3)",EachTeleport.pos.x,EachTeleport.pos.y,EachTeleport.pos.z)).."]";
end
y = y + 1
end