Redownload skins of other players on skin directory refresh (closes #3030)

This commit is contained in:
Tim Schumacher 2020-10-07 12:16:59 +02:00
parent 576371c438
commit 29644780af
No known key found for this signature in database
GPG key ID: A3D69E3DA9A0FF34

View file

@ -187,6 +187,7 @@ void CSkins::Refresh()
}
m_aSkins.clear();
m_aDownloadSkins.clear();
Storage()->ListDirectory(IStorage::TYPE_ALL, "skins", SkinScan, this);
if(!m_aSkins.size())
{