Don't prematurely exit "downloading terrain" screen on join
- Remove leftover SendPlayerMoveLook from #1500
This commit is contained in:
@@ -3459,7 +3459,6 @@ void cWorld::AddQueuedPlayers(void)
|
||||
cClientHandle * Client = Player->GetClientHandle();
|
||||
if (Client != nullptr)
|
||||
{
|
||||
Client->SendPlayerMoveLook();
|
||||
Client->SendHealth();
|
||||
Client->SendWholeInventory(*Player->GetWindow());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user