3032: Redownload skins of other players on skin directory refresh (closes #3030) r=def- a=timakro



Co-authored-by: Tim Schumacher <tim@timakro.de>
This commit is contained in:
bors[bot] 2020-10-07 10:22:18 +00:00 committed by GitHub
commit 533168f6a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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())
{