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

Commit

Permalink
💯 one extra thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tryflle committed Nov 21, 2023
1 parent 182e989 commit 8b1dcc2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public void antiVoid(TickEvent e) {
if (Utils.Player.isPlayerInGame() && mode.getMode() == modes.Karhu) {
if (mc.thePlayer.fallDistance > fallDist.getInput()) {
mc.thePlayer.motionY = -0.09800000190735147;
mc.thePlayer.fallDistance = 0;
}
if (AutoDisable.isToggled()) {
this.toggle();
Expand Down

0 comments on commit 8b1dcc2

Please sign in to comment.