Disabled region protection for chests by default, added config option. Thanks DarkunderdoG
This commit is contained in:
parent
15816bc1ad
commit
5619ae3660
2 changed files with 5 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue