Fix some merge errors

This commit is contained in:
Twitchy 2011-07-12 15:54:40 +12:00
parent 9cefc69075
commit bccbf46164
2 changed files with 1 additions and 2 deletions

View file

@ -95,7 +95,6 @@ namespace TShockAPI
#endif
AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;
Bans = new BanManager(FileTools.BansPath);
Backups = new BackupManager(Path.Combine(SavePath, "backups"));
ConfigFile.ConfigRead += OnConfigRead;