Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
constant
Browse files Browse the repository at this point in the history
  • Loading branch information
ManInMyVan committed Jun 26, 2024
1 parent f452850 commit 34b3d6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ object WaveLowHop : SpeedMode("WaveLowHop") {
} else if (wasGround) {
wasGround = false
mc.thePlayer.motionY = 0.0
speed *= if (hasSpeed) 1.1f else 1.2f
speed = if (hasSpeed) 1.32f else 0.588f
}
strafe(speed)
}
Expand Down

0 comments on commit 34b3d6f

Please sign in to comment.