Skip to content

Commit

Permalink
Moved plugin loading order in Main class to be more truthful
Browse files Browse the repository at this point in the history
  • Loading branch information
toydotgame committed Mar 12, 2021
1 parent e90eebe commit 143bdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/github/toydotgame/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ public class Main extends JavaPlugin {
@Override
public void onEnable() {
DataStorage.localVersion = this.getDescription().getVersion();
System.out.print("[Thisway] Plugin loaded successfully!");
this.getCommand("thisway").setExecutor(new Thisway());
System.out.print("[Thisway] Plugin loaded successfully!");
}

@Override
Expand Down

0 comments on commit 143bdf9

Please sign in to comment.