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

Commit

Permalink
❤️ mobile commit lol
Browse files Browse the repository at this point in the history
  • Loading branch information
Tryflle authored Nov 23, 2023
1 parent 8b1dcc2 commit ebb12a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public Flight() {
}

public void onDisable() {
if (!Stormy.moduleManager.getModuleByClazz(Bhop.class).isEnabled()) {
if (!Stormy.moduleManager.getModuleByClazz(Bhop.class).isEnabled() && mc.thePlayer != null) {
mc.thePlayer.speedInAir = 0.02F;
}
}
Expand Down

0 comments on commit ebb12a8

Please sign in to comment.