Skip to content

Commit

Permalink
Update FireballFly.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
C00LC0D35 authored Jan 7, 2024
1 parent f0be9df commit 42e48a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ class FireballFly : FlyMode("Fireball") {
}

override fun onDisable() {
FDPClient.moduleManager[Velocity::class.java]!!.state = veloStatus
mc.timer.timerSpeed = 1f
mc.gameSettings.keyBindForward.pressed = GameSettings.isKeyDown(mc.gameSettings.keyBindForward)
mc.gameSettings.keyBindBack.pressed = GameSettings.isKeyDown(mc.gameSettings.keyBindBack)
Expand Down

0 comments on commit 42e48a6

Please sign in to comment.