Fix lava fish not being catchable
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user