From 7e1954d0478f0d08678a2eb75481e5c222187707 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Thu, 22 Aug 2013 23:45:37 -0600 Subject: [PATCH] Removed now useless config option --- TShockAPI/ConfigFile.cs | 2 -- 1 file changed, 2 deletions(-) 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;