Added xmas hook such that when the server checks to see if it should do xmas related things, it will check all plugins first.
This commit is contained in:
parent
b9099757fb
commit
38ae8e9ce6
5 changed files with 50 additions and 0 deletions
|
|
@ -243,6 +243,8 @@ namespace TShockAPI
|
|||
|
||||
[Description("Hide stat tracker console messages.")] public bool HideStatTrackerDebugMessages = true;
|
||||
|
||||
[Description("Force Christmas only events to occur all year.")] public bool ForceXmas = false;
|
||||
|
||||
/// <summary>
|
||||
/// Reads a configuration file from a given path
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue