mirror of https://github.com/ppy/osu
Fix taiko nightcore regression
This commit is contained in:
parent
c2fb224dc4
commit
b182635aae
|
@ -91,7 +91,7 @@ public override IEnumerable<Mod> GetModsFor(ModType type)
|
|||
{
|
||||
new TaikoModHardRock(),
|
||||
new MultiMod(new TaikoModSuddenDeath(), new TaikoModPerfect()),
|
||||
new MultiMod(new TaikoModDoubleTime(), new TaikoModDaycore()),
|
||||
new MultiMod(new TaikoModDoubleTime(), new TaikoModNightcore()),
|
||||
new TaikoModHidden(),
|
||||
new TaikoModFlashlight(),
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue