diff --git a/CoinTweaks/Config.cs b/CoinTweaks/Config.cs index 017676b..a0ae4f8 100644 --- a/CoinTweaks/Config.cs +++ b/CoinTweaks/Config.cs @@ -7,9 +7,7 @@ public class Config : IConfig { [Description("Whether or not this plugin is enabled.")] public bool IsEnabled { get; set; } = true; - - [Description("Whether or not debug mode is enabled")] - public bool Debug { get; set; } = false; + [Description("Whether broadcast should be replaced with hints")] public bool UseHints { get; set; } = true;