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