From 66e837ecbc08ece3150a364976db87f56813d30b Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 27 Jul 2013 16:22:27 +0100 Subject: Removed extraneous core. --- Core/top.lua | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 Core/top.lua (limited to 'Core/top.lua') diff --git a/Core/top.lua b/Core/top.lua deleted file mode 100644 index bc2343f7f..000000000 --- a/Core/top.lua +++ /dev/null @@ -1,11 +0,0 @@ -function HandleTopCommand( Split, Player ) - local World = Player:GetWorld() - - local PlayerPos = Player:GetPosition() - local Height = World:GetHeight( math.floor(PlayerPos.x), math.floor(PlayerPos.z) ) - SetBackCoordinates( Player ) - Player:TeleportToCoords( PlayerPos.x, Height+1, PlayerPos.z ) - Player:SendMessage("Teleported to the top block") - - return true -end \ No newline at end of file -- cgit v1.2.3