mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-18 05:58:19 +00:00
commit
cc6d75d392
|
@ -1172,7 +1172,7 @@ void CServerBrowser::UpdateFromHttp()
|
|||
}
|
||||
// (Also add favorites we're not allowed to ping.)
|
||||
CServerEntry *pEntry = Add(pFavorites[i].m_aAddrs, pFavorites[i].m_NumAddrs);
|
||||
if(pFavorites->m_AllowPing)
|
||||
if(pFavorites[i].m_AllowPing)
|
||||
{
|
||||
QueueRequest(pEntry);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue