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:
parent
410f6cf872
commit
d4709a31f1
2 changed files with 4 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue