Skip to content

Commit

Permalink
Removed unneeded config options
Browse files Browse the repository at this point in the history
  • Loading branch information
DGvagabond authored Aug 25, 2020
1 parent fa7f6d7 commit 2a0545e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,5 @@ public class Config : IConfig
{
[Description("Wether or not the plugin is enabled.")]
public bool IsEnabled { get; set; } = true;

[Description("Do you want to replace players that were kicked?")]
public bool ReplaceKicked { get; set; } = true;

[Description("Do you want to replace players that were banned?")]
public bool ReplaceBanned { get; set; } = true;
}
}

0 comments on commit 2a0545e

Please sign in to comment.