|
@@ -258,7 +258,7 @@ public class PlayerListener implements Listener {
|
|
|
*
|
|
|
* @param event The event to modify
|
|
|
*/
|
|
|
- @EventHandler(priority = EventPriority.HIGHEST, ignoreCancelled = true)
|
|
|
+ @EventHandler(priority = EventPriority.HIGH, ignoreCancelled = true)
|
|
|
public void onPlayerFishHighest(PlayerFishEvent event) {
|
|
|
/* WORLD BLACKLIST CHECK */
|
|
|
if(WorldBlacklist.isWorldBlacklisted(event.getPlayer().getWorld()))
|