Skip to content

Commit

Permalink
todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Mar 31, 2024
1 parent 3949f30 commit d7d7cc8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/lol/hub/headlessbot/Mod.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ public void onInitializeClient() {
} else if (screen instanceof TitleScreen titleScreen) {
Log.info("client is in main menu and ready");
/*
* The following crashes with:
*
* Description: Rendering overlay
* TODO: Fix crash when using MultiplayerScreen to connect
*
* java.lang.NullPointerException: Cannot read field "currentScreen" because "$$1" is null
* at net.minecraft.ConnectScreen.connect(ConnectScreen.java:56)
Expand Down

0 comments on commit d7d7cc8

Please sign in to comment.