Added config option to utilize the allowed group on itembans

Support the config option and allow users on the allowed list to use the banned item.
This commit is contained in:
Zack Piispanen 2012-12-15 00:09:29 -05:00
parent 410f6cf872
commit d4709a31f1
2 changed files with 4 additions and 1 deletions

View file

@ -245,6 +245,8 @@ namespace TShockAPI
[Description("Force Christmas only events to occur all year.")] public bool ForceXmas = false;
[Description("Allows groups on the banned item allowed list to spawn banned items.")] public bool AllowAllowedGroupsToSpawnBannedItems = false;
/// <summary>
/// Reads a configuration file from a given path
/// </summary>