* Update bukkit version
* Default vanilla  exp modifier for fishing is now 1
* Fixed beetroot permission for herbalism
This commit is contained in:
Erik
2017-08-15 12:20:09 -07:00
parent 0e7ee41444
commit 60aa32d003
3 changed files with 4 additions and 4 deletions

View File

@ -649,6 +649,6 @@ public class FishingManager extends SkillManager {
}
}
return 0;
return 1;
}
}