Changelog update & the removal of a useless p

This commit is contained in:
GJ
2012-05-01 01:25:13 -04:00
parent dbede7f81a
commit 33c9694d26
2 changed files with 2 additions and 1 deletions

View File

@ -174,7 +174,7 @@ public class mcMMO extends JavaPlugin {
try {
ZipLibrary.mcMMObackup();
} catch (IOException e) {
p.getLogger().severe(e.toString());
getLogger().severe(e.toString());
}
System.out.println("mcMMO was disabled."); //How informative!