Skip to content

Commit

Permalink
Bump up respawn event priority to monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
aromaa authored and wizjany committed Sep 12, 2023
1 parent c2b95f5 commit c7319f1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -60,7 +60,7 @@ public void registerEvents() {
}
}

@EventHandler
@EventHandler(priority = EventPriority.MONITOR)
public void onPlayerRespawn(PlayerRespawnEvent event) {
LocalPlayer player = getPlugin().wrapPlayer(event.getPlayer());

Expand Down

0 comments on commit c7319f1

Please sign in to comment.