1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 01:30:05 +08:00

Move new mod to end to avoid reordering

This commit is contained in:
Dean Herbert
2021-05-16 13:21:06 +09:00
Unverified
parent 3d83741a23
commit cbc2a38b59
+1 -1
View File
@@ -133,10 +133,10 @@ namespace osu.Game.Rulesets.Taiko
case ModType.Conversion:
return new Mod[]
{
new TaikoModFlip(),
new TaikoModRandom(),
new TaikoModDifficultyAdjust(),
new TaikoModClassic(),
new TaikoModFlip(),
};
case ModType.Automation: