mirror of
https://github.com/ppy/osu
synced 2025-02-09 06:36:56 +00:00
Fix typo.
This commit is contained in:
parent
12a3b1414f
commit
b55a579d15
@ -85,7 +85,7 @@ namespace osu.Game.Modes.Osu
|
||||
public override Type[] IncompatibleMods => new[] { typeof(OsuModSpunOut), typeof(ModRelax), typeof(ModSuddenDeath), typeof(ModPerfect), typeof(ModNoFail), typeof(ModAutoplay), typeof(ModCinema) };
|
||||
}
|
||||
|
||||
public class OsuModeAutoplay : ModAutoplay
|
||||
public class OsuModAutoplay : ModAutoplay
|
||||
{
|
||||
public override Type[] IncompatibleMods => base.IncompatibleMods.Concat(new[] { typeof(OsuModAutopilot) }).ToArray();
|
||||
}
|
||||
|
@ -81,7 +81,7 @@ namespace osu.Game.Modes.Osu
|
||||
{
|
||||
Mods = new Mod[]
|
||||
{
|
||||
new OsuModeAutoplay(),
|
||||
new OsuModAutoplay(),
|
||||
new ModCinema(),
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user