OrderBy... Bye bye. DBTool fixes

This commit is contained in:
Twitchy 2011-07-29 12:21:28 +12:00
parent 8f28bd2b7d
commit 917865cab5
3 changed files with 17 additions and 20 deletions

View file

@ -156,6 +156,7 @@ namespace TShockAPI
}
DBTools.database = DB;
Backups = new BackupManager(Path.Combine(SavePath, "backups"));
Backups.KeepFor = Config.BackupKeepFor;
Backups.Interval = Config.BackupInterval;