diff options
Diffstat (limited to 'MCServer/Plugins/Core/functions.lua')
-rw-r--r-- | MCServer/Plugins/Core/functions.lua | 3 |
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 |