fixed managegroup permission
This commit is contained in:
parent
2f0b2951f0
commit
b139013285
2 changed files with 6 additions and 3 deletions
|
|
@ -93,6 +93,9 @@ namespace TShockAPI
|
|||
[Description("User can manage item bans")]
|
||||
public static readonly string manageitem;
|
||||
|
||||
[Description("User can manage groups")]
|
||||
public static readonly string managegroup;
|
||||
|
||||
[Description("User can edit sevrer configurations")]
|
||||
public static readonly string cfg;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue