1
0
Fork 0

Changed MoveToWorld to ScheduleMoveToWorld in cPlayer::Respawn (#3922)

* Changed MoveToWorld to ScheduleMoveToWorld

- Removed empty line
This commit is contained in:
Lane Kolbly 2017-08-18 05:40:35 -05:00 committed by Tiger Wang
parent 0e10464ac5
commit f81e6f6b6d
1 changed files with 1 additions and 1 deletions

View File

@ -1196,7 +1196,7 @@ void cPlayer::Respawn(void)
if (GetWorld() != m_SpawnWorld)
{
MoveToWorld(m_SpawnWorld, false, GetLastBedPos());
ScheduleMoveToWorld(m_SpawnWorld, GetLastBedPos(), false);
}
else
{