mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-29 20:24:44 +02:00
Use proper functions where they exist, and move functions to better locations.
This commit is contained in:
@ -472,7 +472,6 @@ public class FishingManager extends SkillManager {
|
||||
}
|
||||
|
||||
ItemStack treasureDrop = treasure.getDrop();
|
||||
|
||||
short maxDurability = treasureDrop.getType().getMaxDurability();
|
||||
|
||||
if (maxDurability > 0) {
|
||||
|
Reference in New Issue
Block a user