Browse Source

Changelog update & the removal of a useless p

GJ 13 years ago
parent
commit
33c9694d26
2 changed files with 2 additions and 1 deletions
  1. 1 0
      Changelog.txt
  2. 1 1
      src/main/java/com/gmail/nossr50/mcMMO.java

+ 1 - 0
Changelog.txt

@@ -14,6 +14,7 @@ Version 1.3.07
  + Added a permission node for Greater Impact ability
  + Added permission nodes for Treasure & Magic Hunter for Fishing
  + Added config options for enabling/disabling specific double drops
+ + Added automatic zip backup of flatfile database
  = Fixed bug where the permission node for Impact didn't work
  = Fixed some bypass nodes defaulting true for Ops
  ! Changed Mining to ignore blocks when the pick is enchanted with Silk Touch

+ 1 - 1
src/main/java/com/gmail/nossr50/mcMMO.java

@@ -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!