mirror of
https://github.com/ppy/osu
synced 2025-02-22 13:37:08 +00:00
Change default value and add comment explaining why skins are never "locally available"
This commit is contained in:
parent
ebe8ba3c3c
commit
1a29098f3b
@ -263,6 +263,6 @@ namespace osu.Game.Skinning
|
||||
});
|
||||
}
|
||||
|
||||
public override bool IsAvailableLocally(SkinInfo model) => false;
|
||||
public override bool IsAvailableLocally(SkinInfo model) => true; // skins do not have online download support yet.
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user