Bump up respawn event priority to monitor

This commit is contained in:
aromaa 2023-09-06 21:52:59 +03:00 committed by wizjany
parent c2b95f59a8
commit c7319f10dc
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ public class PlayerMoveListener extends AbstractListener {
}
}
@EventHandler
@EventHandler(priority = EventPriority.MONITOR)
public void onPlayerRespawn(PlayerRespawnEvent event) {
LocalPlayer player = getPlugin().wrapPlayer(event.getPlayer());