cff6ff2223
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1630 0a769ca7-a7f5-676a-18bf-c427514a06d6
7 lines
256 B
Lua
7 lines
256 B
Lua
function HandleSpawnCommand( Split, Player )
|
|
World = Player:GetWorld()
|
|
SetBackCoordinates( Player )
|
|
Player:TeleportTo( World:GetSpawnX(), World:GetSpawnY(), World:GetSpawnZ() )
|
|
LOGINFO( Player:GetName() .. " returned to spawn." )
|
|
return true
|
|
end |