Add 10K mod to incompatibility list

This commit is contained in:
smoogipoo 2020-10-14 18:28:19 +09:00
parent 205c6606a7
commit da8565c0fa

View File

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