Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalle Minkner committed Jan 7, 2025
1 parent fd65397 commit bf19bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RollTheDice+Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, bool> Features { get; set; } = new();
// map configurations
Expand Down

0 comments on commit bf19bf2

Please sign in to comment.