1
0
cuberite-2a/MCServer/Plugins/Core/functions.lua
2013-07-27 16:24:03 +01:00

3 lines
138 B
Lua

function SetBackCoordinates( Player )
BackCoords[Player:GetName()] = Vector3i( Player:GetPosX(), Player:GetPosY(), Player:GetPosZ() )
end