mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Fix: Rerequest 64 player infos
This commit is contained in:
parent
73103df309
commit
4b8a52d7c9
|
@ -1270,6 +1270,7 @@ void CClient::ProcessConnlessPacket(CNetChunk *pPacket)
|
||||||
{
|
{
|
||||||
pEntry->m_Is64 = true;
|
pEntry->m_Is64 = true;
|
||||||
m_ServerBrowser.RequestImpl64(pEntry->m_Addr, pEntry); // Force a quick update
|
m_ServerBrowser.RequestImpl64(pEntry->m_Addr, pEntry); // Force a quick update
|
||||||
|
m_ServerBrowser.QueueRequest(pEntry);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue