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:
Zack Piispanen 2012-11-10 22:43:39 -05:00
parent b9099757fb
commit 38ae8e9ce6
5 changed files with 50 additions and 0 deletions

View file

@ -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>