ivan did this

This commit is contained in:
Robinson Gallego
2019-11-06 21:29:04 -05:00
parent 4aaf9bc9ff
commit 35ff7494a4
4 changed files with 3 additions and 179 deletions

View File

@ -168,9 +168,6 @@ public class TotalFreedomMod extends AeroPlugin<TotalFreedomMod>
FUtil.deleteCoreDumps();
FUtil.deleteFolder(new File("./_deleteme"));
// Convert old config files
new ConfigConverter(plugin).convert();
BackupManager backups = new BackupManager(this);
backups.createBackups(TotalFreedomMod.CONFIG_FILENAME, true);
backups.createBackups(AdminList.CONFIG_FILENAME);