Skip to content

Commit

Permalink
Update ProTrainerAddon.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekiplay committed Jan 5, 2025
1 parent 2ef8ab2 commit 5a6e05c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/nekiplay/protrainer/ProTrainerAddon.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ public static ProTrainerAddon getInstance() {
public void onInitialize() {
instance = this;

LOG.info(METEOR_LOGPREFIX + " Initializing...");
LOG.info("Initializing...");


TrainerCommand command = new TrainerCommand();
Commands.add(command);
MeteorClient.EVENT_BUS.subscribe(command);

LOG.info("Initializing done");

}

@Override
Expand Down

0 comments on commit 5a6e05c

Please sign in to comment.