summaryrefslogblamecommitdiffstats
path: root/MCServer/Plugins/Core/functions.lua
blob: 5fc0173b9050aa2b6c33bc0750cff8f82c676f39 (plain) (tree)
1
2
3


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