Skip to content

Commit

Permalink
load sequence fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperRonanCraft committed Jun 15, 2023
1 parent 59f9283 commit 57a3c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/SuperRonanCraft/BetterRTP/BetterRTP.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ public class BetterRTP extends JavaPlugin {
public void onEnable() {
instance = this;
registerDependencies();
loadAll();
new Updater(this);
new Metrics(this);
loadAll();
listener.registerEvents(this);
queue.registerEvents(this);
try {
Expand Down

0 comments on commit 57a3c36

Please sign in to comment.