1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 10:03:05 +08:00

remove commented out Incompatible mod

This commit is contained in:
D.Headley 2022-10-18 14:59:43 +02:00
parent acf3498f83
commit 764bc1948f

View File

@ -24,7 +24,7 @@ namespace osu.Game.Rulesets.Osu.Mods
public override LocalisableString Description => "Burn the notes into your memory.";
//Alters the transforms of the approach circles, breaking the effects of these mods.
public override Type[] IncompatibleMods => new[] { typeof(OsuModApproachDifferent), /*typeof(OsuModHidden)*/ };
public override Type[] IncompatibleMods => new[] { typeof(OsuModApproachDifferent), typeof(OsuModHidden) };
public override ModType Type => ModType.Fun;