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:
@@ -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