Cleanup ZipLibrary class

This commit is contained in:
TfT_02
2013-11-01 16:28:42 +01:00
parent 408b8b2107
commit cdfd81a67a
2 changed files with 22 additions and 22 deletions

View File

@ -209,7 +209,7 @@ public class mcMMO extends JavaPlugin {
if (Config.getInstance().getBackupsEnabled()) {
// Remove other tasks BEFORE starting the Backup, or we just cancel it straight away.
try {
ZipLibrary.mcMMObackup();
ZipLibrary.mcMMOBackup();
}
catch (IOException e) {
getLogger().severe(e.toString());