diff --git a/TShockAPI/ConfigFile.cs b/TShockAPI/ConfigFile.cs index d56ebde5..64c9fabb 100644 --- a/TShockAPI/ConfigFile.cs +++ b/TShockAPI/ConfigFile.cs @@ -159,8 +159,6 @@ namespace TShockAPI [Description("Time, in milliseconds, to disallow discarding items after logging in when ServerSideInventory is ON.")] public int LogonDiscardThreshold=250; - [Description("Disables reporting of playercount to the stat system.")] public bool DisablePlayerCountReporting; - [Description("Disables clown bomb projectiles from spawning.")] public bool DisableClownBombs; [Description("Disables snow ball projectiles from spawning.")] public bool DisableSnowBalls;