diff --git a/src/RollTheDice+Config.cs b/src/RollTheDice+Config.cs index ff94db5..4054216 100644 --- a/src/RollTheDice+Config.cs +++ b/src/RollTheDice+Config.cs @@ -19,7 +19,7 @@ public class PluginConfig : BasePluginConfig // disabled [JsonPropertyName("enabled")] public bool Enabled { get; set; } = true; // debug prints - [JsonPropertyName("debug")] public bool Enabled { get; set; } = false; + [JsonPropertyName("debug")] public bool Debug { get; set; } = false; // disabled features [JsonPropertyName("dices")] public Dictionary Features { get; set; } = new(); // map configurations