1
0

Fixed #721 and FS439

This commit is contained in:
Tiger Wang 2014-03-28 23:25:11 +00:00
parent 6eacf1aa92
commit 6dea7993f2

View File

@ -1489,6 +1489,7 @@ bool cPlayer::MoveToWorld(const char * a_WorldName)
// Add player to all the necessary parts of the new world
SetWorld(World);
m_ClientHandle->StreamChunks();
World->AddEntity(this);
World->AddPlayer(this);