Added hardcoded superadmin group
This commit is contained in:
parent
bb2e9559f0
commit
6f3f53f0dc
2 changed files with 38 additions and 1 deletions
|
|
@ -321,6 +321,8 @@ namespace TShockAPI
|
|||
|
||||
private static void LoadGroups()
|
||||
{
|
||||
groups = new List<Group>();
|
||||
groups.Add(new SuperAdminGroup("superadmin"));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue