summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/Core/coords.lua
diff options
context:
space:
mode:
Diffstat (limited to 'MCServer/Plugins/Core/coords.lua')
-rw-r--r--MCServer/Plugins/Core/coords.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/MCServer/Plugins/Core/coords.lua b/MCServer/Plugins/Core/coords.lua
deleted file mode 100644
index 07cda1a92..000000000
--- a/MCServer/Plugins/Core/coords.lua
+++ /dev/null
@@ -1,4 +0,0 @@
-function HandleCoordsCommand( Split, Player )
- Player:SendMessage(cChatColor.Green .. string.format("[X:%0.2f] [Y:%0.2f] [Z:%0.2f]", Player:GetPosX(), Player:GetPosY(), Player:GetPosZ() ) )
- return true
-end \ No newline at end of file