Few other fixes

This commit is contained in:
Twitchy 2011-08-06 13:49:47 +12:00
parent 113a1b3d26
commit e581f69249
4 changed files with 207 additions and 321 deletions

View file

@ -153,8 +153,6 @@ namespace TShockAPI
throw new Exception("Invalid storage type");
}
DBTools.database = DB;
Backups = new BackupManager(Path.Combine(SavePath, "backups"));
Backups.KeepFor = Config.BackupKeepFor;
Backups.Interval = Config.BackupInterval;