1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 15:27:24 +08:00

added target practice to uncompatible mods

This commit is contained in:
Givikap120 2024-08-25 17:25:20 +03:00
parent 4db0471ef7
commit 9fe03551f2

View File

@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Osu.Mods
public override LocalisableString Description => @"Removes sliderbodies, transforming sliders into circles.";
public override Type[] IncompatibleMods => new[] { typeof(OsuModStrictTracking) };
public override Type[] IncompatibleMods => new[] { typeof(OsuModStrictTracking), typeof(OsuModTargetPractice) };
public void ApplyToBeatmap(IBeatmap beatmap)
{