mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Move new mod to end to avoid reordering
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user