mirror of
https://github.com/ppy/osu
synced 2025-01-09 23:59:44 +00:00
Once again disallow DT/etc as allowable mods
This commit is contained in:
parent
b43e529964
commit
0909c73ead
@ -75,6 +75,8 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer
|
||||
}
|
||||
|
||||
protected override BeatmapDetailArea CreateBeatmapDetailArea() => new PlayBeatmapDetailArea();
|
||||
|
||||
protected override bool IsValidFreeMod(Mod mod) => base.IsValidFreeMod(mod) && !(mod is ModTimeRamp) && !(mod is ModRateAdjust);
|
||||
}
|
||||
|
||||
public class FooterButtonFreeMods : FooterButton, IHasCurrentValue<IReadOnlyList<Mod>>
|
||||
|
Loading…
Reference in New Issue
Block a user