Fixed LuckyCatch
This commit is contained in:
@@ -28,6 +28,10 @@ public class LuckyCatch extends EcoEnchant {
|
||||
return;
|
||||
}
|
||||
|
||||
if (event.getState() == PlayerFishEvent.State.CAUGHT_ENTITY) {
|
||||
return;
|
||||
}
|
||||
|
||||
int level = EnchantChecks.getItemLevel(item, this);
|
||||
|
||||
if (this.getDisabledWorlds().contains(player.getWorld())) {
|
||||
|
||||
Reference in New Issue
Block a user