Skip to content

Commit

Permalink
fix priority
Browse files Browse the repository at this point in the history
  • Loading branch information
xGinko committed Dec 27, 2023
1 parent fdc1121 commit 4067a65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void disable() {
HandlerList.unregisterAll(this);
}

@EventHandler(priority = EventPriority.NORMAL, ignoreCancelled = true)
@EventHandler(priority = EventPriority.HIGHEST, ignoreCancelled = true)
private void onPlayerKick(PlayerKickEvent event) {
event.reason(AnarchyExploitFixes.getLang(event.getPlayer().locale()).misc_MaskedKickMessage);
}
Expand Down

0 comments on commit 4067a65

Please sign in to comment.