Merge branch 'master' of github.com:TShock/TShock
Conflicts: TShockAPI/Group.cs TShockAPI/TShock.cs
This commit is contained in:
commit
3ce6de9e20
2 changed files with 6 additions and 1 deletions
|
|
@ -160,6 +160,11 @@ namespace TShockAPI.DB
|
|||
groups = new List<Group>();
|
||||
groups.Add(new SuperAdminGroup());
|
||||
|
||||
if (TShock.Users == null)
|
||||
{
|
||||
TShock.Users = new UserManager(TShock.DB);
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
using (var com = database.CreateCommand())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue