Skip to content

Commit

Permalink
Update Fly.java
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMosKau authored Apr 25, 2022
1 parent 5a3c861 commit 05ff04b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ else if (verusDmged) {
pearlState = 1;
}

if (pearlState == 1 && mc.thePlayer.hurtTime)
if (pearlState == 1 && mc.thePlayer.hurtTime > 0)
pearlState = 2;

if (pearlState == 2) {
Expand Down

0 comments on commit 05ff04b

Please sign in to comment.