Create save path first
This commit is contained in:
parent
2e0ce6eae5
commit
a49269cc0c
3 changed files with 5 additions and 11 deletions
|
|
@ -129,11 +129,6 @@ 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