summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/Core/locate.lua
diff options
context:
space:
mode:
Diffstat (limited to 'MCServer/Plugins/Core/locate.lua')
-rw-r--r--MCServer/Plugins/Core/locate.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/MCServer/Plugins/Core/locate.lua b/MCServer/Plugins/Core/locate.lua
deleted file mode 100644
index f5df698c9..000000000
--- a/MCServer/Plugins/Core/locate.lua
+++ /dev/null
@@ -1,4 +0,0 @@
-function HandleLocateCommand( Split, Player )
- SendMessage( Player, string.format("You are at [X:%0.2f Y:%0.2f Z:%0.2f] in world %s", Player:GetPosX(), Player:GetPosY(), Player:GetPosZ(), Player:GetWorld():GetName()) )
- return true
-end