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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user