Committed the change to ConfigFile.cs this time
This commit is contained in:
parent
cbf7faef73
commit
e596f309c5
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ namespace TShockAPI
|
||||||
|
|
||||||
[Description("Prevent banned items from being /i or /give")] public bool PreventBannedItemSpawn = false;
|
[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)
|
public static ConfigFile Read(string path)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue