mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-10-28 07:43:43 +01: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