mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Seems like 64 player rerequests are bad for switching between Internet
and LAN
This commit is contained in:
parent
2cfe67369b
commit
7dc7165157
|
@ -1262,7 +1262,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);
|
//m_ServerBrowser.QueueRequest(pEntry);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue