Change PlayerFishEvent priority to HIGH instead of HIGHEST

This commit is contained in:
nossr50
2021-03-05 14:54:11 -08:00
parent b59d1afdb4
commit 31076e6ba9
2 changed files with 2 additions and 1 deletions

View File

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