Skip to content

Commit

Permalink
Changed priority on final hero data loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Xemorr committed Dec 27, 2022
1 parent 9e9d6e0 commit 67d0470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/xemor/superheroes/Superheroes.java
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public void preLogin(AsyncPlayerPreLoginEvent e) {
}
}

@EventHandler
@EventHandler(priority = EventPriority.LOWEST)
public void onJoin(PlayerJoinEvent e) {
heroHandler.finalLoadSuperheroPlayer(e.getPlayer());
}
Expand Down

0 comments on commit 67d0470

Please sign in to comment.