mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Ignore ddnet-info.json dl failure again
too aggressive, might just be bad internet at the moment
This commit is contained in:
parent
b3769a069c
commit
709d700e5b
|
@ -2874,7 +2874,6 @@ void CClient::Update()
|
||||||
FinishDDNetInfo();
|
FinishDDNetInfo();
|
||||||
else if(m_pDDNetInfoTask->State() == HTTP_ERROR)
|
else if(m_pDDNetInfoTask->State() == HTTP_ERROR)
|
||||||
{
|
{
|
||||||
m_Warnings.emplace_back(SWarning(Localize("Downloading ddnet-info.json failed")));
|
|
||||||
Storage()->RemoveFile(m_aDDNetInfoTmp, IStorage::TYPE_SAVE);
|
Storage()->RemoveFile(m_aDDNetInfoTmp, IStorage::TYPE_SAVE);
|
||||||
ResetDDNetInfo();
|
ResetDDNetInfo();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue