From bf19bf22663e1ae2ba200e13ff3b47b788af7b6c Mon Sep 17 00:00:00 2001 From: Kalle Minkner Date: Tue, 7 Jan 2025 02:10:32 +0100 Subject: [PATCH] fix: typo --- src/RollTheDice+Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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