1
0
cuberite-2a/MCServer/Plugins/Core/functions.lua

3 lines
138 B
Lua
Raw Normal View History

2013-07-27 11:24:03 -04:00
function SetBackCoordinates( Player )
BackCoords[Player:GetName()] = Vector3i( Player:GetPosX(), Player:GetPosY(), Player:GetPosZ() )
end