1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 03:59:54 +08:00

Merge pull request #36021 from tsunyoku/rank-mania-cover

Set `Ranked` to `true` for `ManiaModCover`
This commit is contained in:
Dean Herbert
2025-12-22 13:45:21 +09:00
committed by GitHub
Unverified
@@ -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;