Hark
This commit is contained in:
parent
1f08ee5281
commit
26afe92648
4 changed files with 10 additions and 50 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue