Changed Sudo command to TempGroup

This commit is contained in:
Scavenger3 2013-02-20 18:05:04 +10:00
parent ae5b47a94e
commit 5d2925d0e2
2 changed files with 4 additions and 4 deletions

View file

@ -175,7 +175,7 @@ namespace TShockAPI
[Description("User can use /spawn.")] public static readonly string spawn;
[Description("User can elevate other users' groups temporarily.")] public static readonly string sudo;
[Description("User can elevate other users' groups temporarily.")] public static readonly string settempgroup;
static Permissions()
{
foreach (var field in typeof (Permissions).GetFields())