Adjust priority of PlayerInteraction event listener to NORMAL

This may help avoid mob shop clashes.
This commit is contained in:
tastybento 2023-06-30 18:35:55 -07:00
parent 0038c3f2b7
commit 9c6cc78c32

View File

@ -39,7 +39,7 @@ public class EntityInteractListener extends FlagListener {
}
}
@EventHandler(priority = EventPriority.LOW, ignoreCancelled = true)
@EventHandler(priority = EventPriority.NORMAL, ignoreCancelled = true)
public void onPlayerInteractEntity(PlayerInteractEntityEvent e)
{
Player p = e.getPlayer();