diff options
Diffstat (limited to 'Core/back.lua')
-rw-r--r-- | Core/back.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Core/back.lua b/Core/back.lua deleted file mode 100644 index cc215ba11..000000000 --- a/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 |