mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 08:32:57 +08:00
Fixed IncompatibleMods for OsuModAutoplay
This commit is contained in:
parent
08f980ccae
commit
19728b3d98
@ -92,7 +92,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
|
||||
public class OsuModAutoplay : ModAutoplay<OsuHitObject>
|
||||
{
|
||||
public override Type[] IncompatibleMods => base.IncompatibleMods.Concat(new[] { typeof(OsuModAutopilot) }).ToArray();
|
||||
public override Type[] IncompatibleMods => base.IncompatibleMods.Concat(new[] { typeof(OsuModAutopilot), typeof(OsuModSpunOut) }).ToArray();
|
||||
|
||||
protected override Score CreateReplayScore(Beatmap<OsuHitObject> beatmap) => new Score
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user