blob: 73034d9cff116ba90d9951fb68e79fb98881f24b (
plain) (
tree)
|
|
function HandleSpawnCommand( Split, Player )
World = Player:GetWorld()
Player:TeleportTo( World:GetSpawnX(), World:GetSpawnY(), World:GetSpawnZ() )
LOGINFO( Player:GetName() .. " returned to spawn." )
return true
end
|