Add config option for anonymous boss/invasion messages
This commit is contained in:
parent
aa8f762f9c
commit
afffa46ef2
2 changed files with 10 additions and 6 deletions
|
|
@ -387,7 +387,9 @@ namespace TShockAPI
|
|||
|
||||
[Description("Kicks a hardcore player on death.")]
|
||||
public string HardcoreKickReason = "Death results in a kick";
|
||||
|
||||
|
||||
[Description("Whether bosses or invasions should be anonymously spawned.")]
|
||||
public bool AnonymousBossInvasions = true;
|
||||
|
||||
/// <summary>
|
||||
/// Reads a configuration file from a given path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue