Skip to content

Commit

Permalink
fix(legacy): tower not on move option (#4189)
Browse files Browse the repository at this point in the history
should now allow user to jump normally while having TowerNotOnMove option toggled.
  • Loading branch information
EclipsesDev authored Oct 18, 2024
1 parent 39505f4 commit c811c5f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ object Tower : MinecraftInstance(), Listenable {
return
if (towerModeValues.get() == "None" || towerModeValues.get() == "Jump")
return
if (notOnMoveValues.get() && isMoving)
return
if (Speed.state || Fly.state)
return

Expand Down

0 comments on commit c811c5f

Please sign in to comment.