groups work, with inheritance, still need to remove order by
This commit is contained in:
parent
7bac787aa5
commit
cfcc0e7276
3 changed files with 22 additions and 19 deletions
|
|
@ -172,6 +172,7 @@ namespace TShockAPI
|
|||
Warps = new WarpManager(DB);
|
||||
Regions = new RegionManager(DB);
|
||||
Groups = new GroupManager(DB);
|
||||
Groups.LoadPermisions();
|
||||
Users = new UserManager(DB);
|
||||
Itembans = new ItemManager(DB);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue