From aa6445042163366b225cf65f6ce7186377f2faf6 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 27 Jul 2013 16:15:29 +0100 Subject: Removed all the pre-exising core files. --- MCServer/Plugins/Core/back.lua | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 MCServer/Plugins/Core/back.lua (limited to 'MCServer/Plugins/Core/back.lua') diff --git a/MCServer/Plugins/Core/back.lua b/MCServer/Plugins/Core/back.lua deleted file mode 100644 index 63ec1d857..000000000 --- a/MCServer/Plugins/Core/back.lua +++ /dev/null @@ -1,9 +0,0 @@ -function HandleBackCommand( Split, Player ) - if BackCoords[Player:GetName()] == nil then - Player:SendMessage(cChatColor.Green .. "There is no last position known") - else - Player:TeleportToCoords(BackCoords[Player:GetName()].x, BackCoords[Player:GetName()].y, BackCoords[Player:GetName()].z) - Player:SendMessage(cChatColor.Green .. "You teleported back to your last known position") - end - return true -end \ No newline at end of file -- cgit v1.2.3