diff --git a/init.lua b/init.lua index 7eea978..3195433 100644 --- a/init.lua +++ b/init.lua @@ -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