summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/Core/functions.lua
diff options
context:
space:
mode:
Diffstat (limited to 'MCServer/Plugins/Core/functions.lua')
-rw-r--r--MCServer/Plugins/Core/functions.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/MCServer/Plugins/Core/functions.lua b/MCServer/Plugins/Core/functions.lua
deleted file mode 100644
index 36fb3786f..000000000
--- a/MCServer/Plugins/Core/functions.lua
+++ /dev/null
@@ -1,3 +0,0 @@
-function SetBackCoordinates( Player )
- BackCoords[Player:GetName()] = Vector3i( Player:GetPosX(), Player:GetPosY(), Player:GetPosZ() )
-end \ No newline at end of file