Fix lava fish not being catchable

This commit is contained in:
Teriuihi 2023-09-30 00:10:04 +02:00
parent a1878636ae
commit 49bbf982ea

View File

@ -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);