Add 10K mod to incompatibility list

This commit is contained in:
smoogipoo 2020-10-14 18:28:19 +09:00
parent 205c6606a7
commit da8565c0fa
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ public void ApplyToBeatmapConverter(IBeatmapConverter beatmapConverter)
typeof(ManiaModKey7),
typeof(ManiaModKey8),
typeof(ManiaModKey9),
typeof(ManiaModKey10),
}.Except(new[] { GetType() }).ToArray();
}
}