1
0

Merge branch 'master' into Inventory

This commit is contained in:
Howaner
2014-12-17 17:33:30 +01:00
38 changed files with 2850 additions and 2887 deletions

View File

@@ -1604,6 +1604,12 @@ bool cPlayer::DoMoveToWorld(cWorld * a_World, bool a_ShouldSendRespawn)
// Update the view distance.
m_ClientHandle->SetViewDistance(m_ClientHandle->GetRequestedViewDistance());
// Send current weather of target world to player
if (a_World->GetDimension() == dimOverworld)
{
m_ClientHandle->SendWeather(a_World->GetWeather());
}
return true;
}