Added Config option for Rest spam.

This commit is contained in:
Zack Piispanen 2013-10-01 01:06:41 -04:00
parent 545709e845
commit 811a98bb4c
4 changed files with 8 additions and 4 deletions

View file

@ -267,7 +267,9 @@ namespace TShockAPI
[Description("The maximum value that a character may have for health.")] public int MaxMana = 400;
[Description("The number of reserved slots past your max server slot that can be joined by reserved players")] public int ReservedSlots = 20;
[Description("The number of reserved slots past your max server slot that can be joined by reserved players")] public int ReservedSlots = 20;
[Description("The number of reserved slots past your max server slot that can be joined by reserved players")] public bool LogRest = false;
/// <summary>
/// Reads a configuration file from a given path
/// </summary>