cc4a1cad39
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1644 0a769ca7-a7f5-676a-18bf-c427514a06d6
3 lines
140 B
Lua
3 lines
140 B
Lua
function SetBackCoordinates( Player )
|
|
BackCoords[Player:GetName()] = Vector3i( Player:GetPosX(), Player:GetPosY(), Player:GetPosZ() )
|
|
end |