mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 00:02:54 +08:00
Disable "Adaptive Speed" mod in multiplayer
This commit is contained in:
parent
d80830b415
commit
1025e1939b
@ -117,6 +117,8 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer
|
||||
|
||||
protected override BeatmapDetailArea CreateBeatmapDetailArea() => new PlayBeatmapDetailArea();
|
||||
|
||||
protected override bool IsValidMod(Mod mod) => base.IsValidMod(mod) && !(mod is ModAdaptiveSpeed);
|
||||
|
||||
protected override bool IsValidFreeMod(Mod mod) => base.IsValidFreeMod(mod) && !(mod is ModTimeRamp) && !(mod is ModRateAdjust);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user