Merge pull request #10501 from smoogipoo/update-keymod-incompatibility

Add 10K mod to keymod incompatibility list
This commit is contained in:
Dean Herbert
2020-10-14 23:45:08 +09:00
committed by GitHub

View File

@ -39,6 +39,7 @@ namespace osu.Game.Rulesets.Mania.Mods
typeof(ManiaModKey7),
typeof(ManiaModKey8),
typeof(ManiaModKey9),
typeof(ManiaModKey10),
}.Except(new[] { GetType() }).ToArray();
}
}