Added permissions for spawn and home, since they really should be split.

This commit is contained in:
Zack Piispanen 2012-12-15 00:12:37 -05:00
parent d4709a31f1
commit 140c73be0a
2 changed files with 7 additions and 2 deletions

View file

@ -171,6 +171,11 @@ namespace TShockAPI
[Description("User can force the server to Christmas mode.")] public static readonly string xmas;
[Description("User can use /home.")] public static readonly string home;
[Description("User can use /spawn.")] public static readonly string spawn;
static Permissions()
{
foreach (var field in typeof (Permissions).GetFields())