mirror of https://github.com/ppy/osu
Add 10K mod to incompatibility list
This commit is contained in:
parent
205c6606a7
commit
da8565c0fa
|
@ -39,6 +39,7 @@ public void ApplyToBeatmapConverter(IBeatmapConverter beatmapConverter)
|
|||
typeof(ManiaModKey7),
|
||||
typeof(ManiaModKey8),
|
||||
typeof(ManiaModKey9),
|
||||
typeof(ManiaModKey10),
|
||||
}.Except(new[] { GetType() }).ToArray();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue