Skip to content

Commit

Permalink
Update HypixelHopSpeed.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
C00LC0D35 authored Jan 16, 2024
1 parent 8379038 commit 87aa3de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class HypixelHopSpeed : SpeedMode("HypixelHop") {
private var offGroundTicks = 0
private var groundTick = 0

override fun onUpdate() {
override fun onPreMotion() {
if (!MovementUtils.isMoving()) {
mc.thePlayer.motionX = 0.0
mc.thePlayer.motionZ = 0.0
Expand Down

0 comments on commit 87aa3de

Please sign in to comment.