mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
Changelog update & the removal of a useless p
This commit is contained in:
parent
dbede7f81a
commit
33c9694d26
@ -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
|
||||
|
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user