1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 11:20:17 +08:00

Set Ranked to true for ManiaModCover

This commit is contained in:
James Wilson
2025-12-16 09:28:30 +00:00
Unverified
parent 82256ae2de
commit 83f9eba1d1
@@ -30,7 +30,7 @@ namespace osu.Game.Rulesets.Mania.Mods
typeof(ManiaModFadeIn)
}).ToArray();
public override bool Ranked => false;
public override bool Ranked => true;
public override bool ValidForFreestyleAsRequiredMod => false;