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

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

View File

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