mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-13 03:28:19 +00:00
Merge #3032
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:
commit
533168f6a3
|
@ -187,6 +187,7 @@ void CSkins::Refresh()
|
||||||
}
|
}
|
||||||
|
|
||||||
m_aSkins.clear();
|
m_aSkins.clear();
|
||||||
|
m_aDownloadSkins.clear();
|
||||||
Storage()->ListDirectory(IStorage::TYPE_ALL, "skins", SkinScan, this);
|
Storage()->ListDirectory(IStorage::TYPE_ALL, "skins", SkinScan, this);
|
||||||
if(!m_aSkins.size())
|
if(!m_aSkins.size())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue