Skip to content

Commit

Permalink
log screen info
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Apr 1, 2024
1 parent ef24ae1 commit 96bea14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/lol/hub/headlessbot/Mod.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ public void onInitializeClient() {
} else if (screen instanceof MultiplayerWarningScreen) {
Log.info("Closing MultiplayerWarningScreen");
screen.close();
} else if (screen instanceof TitleScreen) {
Log.info("Client is in TitleScreen");
} else {
Log.info("Client is in screen: %s", screen.getClass().getSimpleName());
}
});

Expand Down

0 comments on commit 96bea14

Please sign in to comment.