diff --git a/osu.Game/Rulesets/Mods/Mod.cs b/osu.Game/Rulesets/Mods/Mod.cs index 9ee19a433b..46c0c1da07 100644 --- a/osu.Game/Rulesets/Mods/Mod.cs +++ b/osu.Game/Rulesets/Mods/Mod.cs @@ -61,7 +61,7 @@ namespace osu.Game.Rulesets.Mods public virtual bool Ranked => false; /// - /// Returns true if this mod requires configuration. If true, opens mod customisation menu every time user enables mod. + /// Whether this mod requires configuration to apply changes to the game. /// [JsonIgnore] public virtual bool RequiresConfiguration => false;