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, 3 insertions, 0 deletions
diff --git a/MCServer/Plugins/Core/functions.lua b/MCServer/Plugins/Core/functions.lua
new file mode 100644
index 000000000..5fc0173b9
--- /dev/null
+++ b/MCServer/Plugins/Core/functions.lua
@@ -0,0 +1,3 @@
+function SetBackCoordinates( Player )
+ BackCoords[Player:GetName()] = Vector3i( Player:GetPosX(), Player:GetPosY(), Player:GetPosZ() )
+end \ No newline at end of file