Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
Remove unused config
Browse files Browse the repository at this point in the history
  • Loading branch information
GabiRP committed Dec 1, 2021
1 parent a79a7fd commit 012bfcf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CoinTweaks/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 012bfcf

Please sign in to comment.