mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Redownload skins of other players on skin directory refresh (closes #3030)
This commit is contained in:
parent
576371c438
commit
29644780af
|
@ -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())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue