Create save path first

This commit is contained in:
high 2011-07-23 00:50:30 -04:00
parent 2e0ce6eae5
commit a49269cc0c
3 changed files with 5 additions and 11 deletions

View file

@ -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())