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

3 lines
138 B
Lua
Raw Normal View History

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