Fix lava fish not being catchable
This commit is contained in:
parent
a1878636ae
commit
49bbf982ea
|
|
@ -111,8 +111,6 @@ public class CatchFish implements Listener {
|
||||||
}
|
}
|
||||||
handleFishCaught(event);
|
handleFishCaught(event);
|
||||||
} else if (event.getState().equals(PlayerFishEvent.State.IN_GROUND)) {
|
} else if (event.getState().equals(PlayerFishEvent.State.IN_GROUND)) {
|
||||||
stopLavaFishStart(uuid);
|
|
||||||
|
|
||||||
handleLavaFishCaught(event);
|
handleLavaFishCaught(event);
|
||||||
} else {
|
} else {
|
||||||
stopLavaFishStart(uuid);
|
stopLavaFishStart(uuid);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user