summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/Core/functions.lua
blob: 36fb3786f908053bc5e7f66396a53968824aa4ad (plain) (blame)
1
2
3
function SetBackCoordinates( Player )
	BackCoords[Player:GetName()] = Vector3i( Player:GetPosX(), Player:GetPosY(), Player:GetPosZ() )
end