mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Change default value and add comment explaining why skins are never "locally available"
This commit is contained in:
@ -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.
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user