Few other fixes
This commit is contained in:
parent
113a1b3d26
commit
e581f69249
4 changed files with 207 additions and 321 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue