Skip to content

Commit

Permalink
remap comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Mar 31, 2024
1 parent 68b79b1 commit 3949f30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/lol/hub/headlessbot/Mod.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ public void onInitializeClient() {
*
* Description: Rendering overlay
*
* java.lang.NullPointerException: Cannot read field "field_1755" because "$$1" is null
* at net.minecraft.class_412.method_36877(class_412.java:56)
* at net.minecraft.class_500.method_2548(class_500.java:270)
* at net.minecraft.class_500.invokeConnect(class_500.java)
* java.lang.NullPointerException: Cannot read field "currentScreen" because "$$1" is null
* at net.minecraft.ConnectScreen.connect(ConnectScreen.java:56)
* at net.minecraft.MultiplayerScreen.connect(MultiplayerScreen.java:270)
* at net.minecraft.MultiplayerScreen.invokeConnect(MultiplayerScreen.java)
* at lol.hub.headlessbot.Mod.lambda$onInitializeClient$0(Mod.java:78)
* ...
*/
Expand Down

0 comments on commit 3949f30

Please sign in to comment.