Skip to content

Commit

Permalink
syntax be like:
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielvicenteYT committed Jul 2, 2023
1 parent fd74670 commit 5ddad62
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public void onMotion() {
MovementUtils.strafe();
if(mc.thePlayer.onGround) {
mc.thePlayer.jump();
}
} else {
mc.thePlayer.motionX = 0D;
mc.thePlayer.motionZ = 0D;
Expand Down

0 comments on commit 5ddad62

Please sign in to comment.