1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-08 08:34:44 +02:00
This commit is contained in:
GJ
2013-05-03 16:15:34 -04:00
parent 8e0a1f4f70
commit 33610c8997

@ -112,7 +112,6 @@ public class FishingManager extends SkillManager {
Squid kraken = (Squid) world.spawnEntity(player.getEyeLocation(), EntityType.SQUID);
kraken.setCustomName(AdvancedConfig.getInstance().getKrakenName());
kraken.remove();
if (!kraken.isValid()) {
int attackInterval = AdvancedConfig.getInstance().getKrakenAttackInterval() * 20;