Files
cuberite-2a/MCServer/Plugins/Core/functions.lua
T

3 lines
140 B
Lua
Raw Normal View History

function SetBackCoordinates( Player )
2013-07-05 11:13:21 +00:00
BackCoords[Player:GetName()] = Vector3i( Player:GetPosX(), Player:GetPosY(), Player:GetPosZ() )
end