Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
YufiriaMazenta committed Feb 9, 2024
2 parents b17c15d + 3bfe608 commit 0ca167b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public void enable() {

PluginHookUtil.hookPlugins();
LangUtil.info(Languages.LOAD_FINISH);
UpdateUtil.pullUpdateCheckRequest(Bukkit.getConsoleSender());
}

@Override
Expand Down Expand Up @@ -79,5 +78,6 @@ public void onServerLoad(ServerLoadEvent event) {
return;
}
Bukkit.getPluginManager().registerEvents(ItemsAdderHandler.INSTANCE, this);
UpdateUtil.pullUpdateCheckRequest(Bukkit.getConsoleSender());
}
}

0 comments on commit 0ca167b

Please sign in to comment.