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);
|
||||
} else if (event.getState().equals(PlayerFishEvent.State.IN_GROUND)) {
|
||||
stopLavaFishStart(uuid);
|
||||
|
||||
handleLavaFishCaught(event);
|
||||
} else {
|
||||
stopLavaFishStart(uuid);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user