1
0

Don't prematurely exit "downloading terrain" screen on join

- Remove leftover SendPlayerMoveLook from #1500
This commit is contained in:
Tiger Wang 2020-12-24 15:29:37 +00:00
parent 60bc040a9c
commit c91335bfbb

View File

@ -3459,7 +3459,6 @@ void cWorld::AddQueuedPlayers(void)
cClientHandle * Client = Player->GetClientHandle();
if (Client != nullptr)
{
Client->SendPlayerMoveLook();
Client->SendHealth();
Client->SendWholeInventory(*Player->GetWindow());