Added the new core as a subtree.
This commit is contained in:
3
Core/functions.lua
Normal file
3
Core/functions.lua
Normal file
@@ -0,0 +1,3 @@
|
||||
function SetBackCoordinates( Player )
|
||||
BackCoords[Player:GetName()] = Vector3i( Player:GetPosX(), Player:GetPosY(), Player:GetPosZ() )
|
||||
end
|
||||
Reference in New Issue
Block a user