move spun out to automation

This commit is contained in:
mcendu 2020-02-09 13:34:35 +08:00
parent 8e20e641f4
commit 83c67dc155
No known key found for this signature in database
GPG Key ID: FBCD5D45163D6364
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,6 @@ public override IEnumerable<Mod> GetModsFor(ModType type)
new OsuModEasy(),
new OsuModNoFail(),
new MultiMod(new OsuModHalfTime(), new OsuModDaycore()),
new OsuModSpunOut(),
};
case ModType.DifficultyIncrease:
@ -139,6 +138,7 @@ public override IEnumerable<Mod> GetModsFor(ModType type)
new MultiMod(new OsuModAutoplay(), new OsuModCinema()),
new OsuModRelax(),
new OsuModAutopilot(),
new OsuModSpunOut(),
};
case ModType.Fun: