Skip to content

Commit

Permalink
Change swap hand priority (fixes #237)
Browse files Browse the repository at this point in the history
  • Loading branch information
Travja committed Nov 13, 2024
1 parent 28508b4 commit fa61109
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void onHandHeld(PlayerItemHeldEvent e) {
}
}

@EventHandler(priority = EventPriority.NORMAL, ignoreCancelled = true)
@EventHandler(priority = EventPriority.HIGH, ignoreCancelled = true)
public void onHandSwap(PlayerSwapHandItemsEvent e) {
Player player = e.getPlayer();

Expand Down

0 comments on commit fa61109

Please sign in to comment.