Skip to content

Commit

Permalink
Update ModEventHandlerClient.java
Browse files Browse the repository at this point in the history
  • Loading branch information
70000hp committed Jan 1, 2024
1 parent 83fefa3 commit 5fd540e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/hbm/main/ModEventHandlerClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ public void onOverlayRender(RenderGameOverlayEvent.Pre event) {
Minecraft.getMinecraft().renderEngine.bindTexture(Gui.icons);
}*/

List<String> text = new ArrayList();
/*List<String> text = new ArrayList();
MovingObjectPosition pos = Library.rayTrace(player, 500, 1, false, true, false);
for(int i = 0; i < 2; i++) if(pos != null && pos.typeOfHit == pos.typeOfHit.BLOCK) {
Expand Down Expand Up @@ -310,7 +310,7 @@ public void onOverlayRender(RenderGameOverlayEvent.Pre event) {
} while(distanceToCover != 0);
ILookOverlay.printGeneric(event, "DEBUG", 0xffff00, 0x4040000, text);
}
}*/
}

/// HANLDE ANIMATION BUSES ///
Expand Down

0 comments on commit 5fd540e

Please sign in to comment.