Skip to content

Commit

Permalink
fix: tower not on move option
Browse files Browse the repository at this point in the history
  • Loading branch information
opZywl committed Oct 19, 2024
1 parent 0db236d commit 3bd4935
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 || Flight.state)
return

Expand Down

0 comments on commit 3bd4935

Please sign in to comment.