1
0

Optimized chunk loader

This commit is contained in:
Howaner
2014-10-02 23:50:41 +02:00
parent ecef85574d
commit 382e014ebc
7 changed files with 93 additions and 105 deletions

View File

@@ -3491,7 +3491,6 @@ void cWorld::AddQueuedPlayers(void)
cClientHandle * Client = (*itr)->GetClientHandle();
if (Client != NULL)
{
Client->StreamChunks();
Client->SendPlayerMoveLook();
Client->SendHealth();
Client->SendWholeInventory(*(*itr)->GetWindow());