Skip to content

Commit

Permalink
Fix wrong method name
Browse files Browse the repository at this point in the history
  • Loading branch information
xism4 committed Oct 15, 2023
1 parent da8519b commit 609fe9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ public WorldScoreboardListener(SternalBoardPlugin plugin) {

@EventHandler
public void onWorldChange(PlayerChangedWorldEvent e) {
plugin.getScoreboardManager().checkWorldManager(e.getPlayer());
plugin.getScoreboardManager().setBoardAfterCheck(e.getPlayer());
}
}

0 comments on commit 609fe9c

Please sign in to comment.