Fixing a java.io.FileNotFoundException when using SQL

This commit is contained in:
TfT_02
2013-01-14 00:20:41 +01:00
parent 06df8e7f7b
commit 664239c567
2 changed files with 42 additions and 26 deletions

View File

@@ -319,6 +319,8 @@ public class mcMMO extends JavaPlugin {
catch (IOException e) {
getLogger().severe(e.toString());
}
Anniversary anniversary = new Anniversary();
anniversary.saveAnniversaryFiles();
getLogger().info("Was disabled."); //How informative!
}