1
0

Renamed GetSettedViewDistance() to GetRequestedViewDistance()

This commit is contained in:
Howaner
2014-11-15 14:27:50 +01:00
parent 66c4117856
commit 8c3c11d6b3
3 changed files with 4 additions and 4 deletions

View File

@@ -1603,7 +1603,7 @@ bool cPlayer::DoMoveToWorld(cWorld * a_World, bool a_ShouldSendRespawn)
SetWorld(a_World); // Chunks may be streamed before cWorld::AddPlayer() sets the world to the new value
// Update the view distance.
m_ClientHandle->SetViewDistance(m_ClientHandle->GetSettedViewDistance());
m_ClientHandle->SetViewDistance(m_ClientHandle->GetRequestedViewDistance());
return true;
}