mirror of https://github.com/ppy/osu
Fix incorrect ordering.
This commit is contained in:
parent
471b9daa93
commit
8bb4bea1a4
|
@ -37,8 +37,8 @@ public override IEnumerable<Mod> GetModsFor(ModType type)
|
|||
{
|
||||
Mods = new Mod[]
|
||||
{
|
||||
new CatchModPerfect(),
|
||||
new CatchModSuddenDeath(),
|
||||
new CatchModPerfect(),
|
||||
},
|
||||
},
|
||||
new MultiMod
|
||||
|
|
|
@ -37,8 +37,8 @@ public override IEnumerable<Mod> GetModsFor(ModType type)
|
|||
{
|
||||
Mods = new Mod[]
|
||||
{
|
||||
new ManiaModPerfect(),
|
||||
new ManiaModSuddenDeath(),
|
||||
new ManiaModPerfect(),
|
||||
},
|
||||
},
|
||||
new MultiMod
|
||||
|
|
|
@ -37,8 +37,8 @@ public override IEnumerable<Mod> GetModsFor(ModType type)
|
|||
{
|
||||
Mods = new Mod[]
|
||||
{
|
||||
new TaikoModPerfect(),
|
||||
new TaikoModSuddenDeath(),
|
||||
new TaikoModPerfect(),
|
||||
},
|
||||
},
|
||||
new MultiMod
|
||||
|
|
Loading…
Reference in New Issue