change permissions to tshock.xxx and fix default group creating to reference permissions that exist, and not hardcoded strings.

This commit is contained in:
Zack Piispanen 2013-09-22 23:14:14 -04:00
parent 8980a2155a
commit b7019d8267
4 changed files with 19 additions and 9 deletions

View file

@ -267,6 +267,7 @@ 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;
/// <summary>
/// Reads a configuration file from a given path
/// </summary>