1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-18 23:57:22 +08:00

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
commit 74a0886cb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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