mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
remove commented out Incompatible mod
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user