Add PreventPiggyBanksOnServerSideInventory config opion

This commit is contained in:
Lucas Nicodemus 2012-05-25 23:29:40 -06:00
parent 030f4ab074
commit 36f368ac20
2 changed files with 3 additions and 1 deletions

View file

@ -228,6 +228,8 @@ namespace TShockAPI
[Description("Prevent banned items from being /i or /give")] public bool PreventBannedItemSpawn = false;
[Description("Prevent banks on SSI")] public bool PreventPiggyBanksOnServerSideInventory = false;
public static ConfigFile Read(string path)
{
if (!File.Exists(path))