mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 10:14:43 +02:00
Whoops.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user