Implement halloween check, like xmas

Update binary
Add new "invasion" to GetDataHandlers.cs
This commit is contained in:
Zack Piispanen 2013-10-25 08:20:43 -04:00
parent 0ade98dfab
commit 83a813e4f5
4 changed files with 20 additions and 0 deletions

View file

@ -274,6 +274,8 @@ namespace TShockAPI
[Description("Number of bytes in the packet buffer before we disconnect the player.")] public int MaxBytesInBuffer = 5242880;
[Description("Forces your world to be in Halloween mode regardless of the data.")] public bool ForceHalloween = false;
/// <summary>
/// Reads a configuration file from a given path
/// </summary>