Disabled region protection for chests by default, added config option. Thanks DarkunderdoG

This commit is contained in:
Zidonuke 2011-12-28 22:38:29 -05:00
parent 15816bc1ad
commit 5619ae3660
2 changed files with 5 additions and 2 deletions

View file

@ -209,6 +209,9 @@ namespace TShockAPI
[Description("Server password required to join server")]
public string ServerPassword = "";
[Description("Protect chests with region and build permissions")]
public bool RegionProtectChests = false;
public static ConfigFile Read(string path)
{