From e596f309c5191674626d483f567a530fa3cdf940 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Fri, 25 May 2012 23:33:57 -0600 Subject: [PATCH] Committed the change to ConfigFile.cs this time --- TShockAPI/ConfigFile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/ConfigFile.cs b/TShockAPI/ConfigFile.cs index a885cad6..858210ca 100644 --- a/TShockAPI/ConfigFile.cs +++ b/TShockAPI/ConfigFile.cs @@ -228,7 +228,7 @@ namespace TShockAPI [Description("Prevent banned items from being /i or /give")] public bool PreventBannedItemSpawn = false; - [Description("Prevent banks on SSI")] public bool PreventPiggyBanksOnServerSideInventory = false; + [Description("Prevent banks on SSI")] public bool DisablePiggybanksOnSSI = false; public static ConfigFile Read(string path) {