Added hardcoded superadmin group

This commit is contained in:
Maverick Motherfucker 2011-06-03 21:39:18 -07:00
parent bb2e9559f0
commit 6f3f53f0dc
2 changed files with 38 additions and 1 deletions

View file

@ -321,6 +321,8 @@ namespace TShockAPI
private static void LoadGroups()
{
groups = new List<Group>();
groups.Add(new SuperAdminGroup("superadmin"));
}
/// <summary>