diff options
Diffstat (limited to 'Core/functions.lua')
-rw-r--r-- | Core/functions.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Core/functions.lua b/Core/functions.lua deleted file mode 100644 index 5fc0173b9..000000000 --- a/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 |