From 0ba7a42762a0d410c7dfb909a69a77ab07cb3956 Mon Sep 17 00:00:00 2001 From: "nielsbreu@gmail.com" Date: Mon, 1 Jul 2013 10:54:34 +0000 Subject: Updated the /back and /top command. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1636 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- MCServer/Plugins/Core/top.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MCServer/Plugins/Core/top.lua') diff --git a/MCServer/Plugins/Core/top.lua b/MCServer/Plugins/Core/top.lua index 64b53eff6..99bea5f75 100644 --- a/MCServer/Plugins/Core/top.lua +++ b/MCServer/Plugins/Core/top.lua @@ -4,7 +4,7 @@ function HandleTopCommand( Split, Player ) local PlayerPos = Player:GetPosition() local Height = World:GetHeight( math.floor(PlayerPos.x), math.floor(PlayerPos.z) ) SetBackCoordinates( Player ) - Player:TeleportTo( PlayerPos.x, Height+1, PlayerPos.z ) + Player:TeleportToCoords( PlayerPos.x, Height+1, PlayerPos.z ) Player:SendMessage("Teleported to the top block") return true -- cgit v1.2.3