Ignore ddnet-info.json dl failure again

too aggressive, might just be bad internet at the moment
This commit is contained in:
def 2020-10-18 23:39:57 +02:00
parent b3769a069c
commit 709d700e5b

View file

@ -2874,7 +2874,6 @@ void CClient::Update()
FinishDDNetInfo();
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);
ResetDDNetInfo();
}