Changed Sudo command to TempGroup
This commit is contained in:
parent
ae5b47a94e
commit
5d2925d0e2
2 changed files with 4 additions and 4 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue