mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-26 07:06:45 +01:00
Whoops.
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user