Added Config option for Rest spam.
This commit is contained in:
parent
545709e845
commit
811a98bb4c
4 changed files with 8 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue