This commit is contained in:
Lucas Nicodemus 2011-12-22 12:16:19 -07:00
parent 1f08ee5281
commit 26afe92648
4 changed files with 10 additions and 50 deletions

View file

@ -177,7 +177,10 @@ namespace TShockAPI
[Description("Enable Server Side Inventory checks, EXPERIMENTAL")]
public bool ServerSideInventory = false;
public static ConfigFile Read(string path)
[Description("Disables reporting of playercount to the stat system.")]
public bool DisablePlayerCountReporting = false;
public static ConfigFile Read(string path)
{
if (!File.Exists(path))
return new ConfigFile();