Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.14.4-forge' into 1.15.2-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
cam72cam committed Sep 13, 2023
2 parents 691b19a + 422eb70 commit ddb0f95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/cam72cam/mod/event/ClientEvents.java
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ public static void onClick(InputEvent.MouseInputEvent event) {
//event.setCanceled(true);
hackInputState(event);
dragPos = new Vec3d(0, 0, 0);
return;
}
if (!CLICK.executeCancellable(x -> x.apply(button))) {
//event.setCanceled(true);
Expand Down

0 comments on commit ddb0f95

Please sign in to comment.