Skip to content

Commit

Permalink
Update Velocity.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Coccocoahelper authored Jun 30, 2024
1 parent cce6ab4 commit 88434f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public Velocity() {

@SubscribeEvent
public void c(LivingUpdateEvent ev) {
if (Utils.Player.isPlayerInGame() && mc.thePlayer.maxHurtTime > 0 && mc.thePlayer.hurtTime == mc.thePlayer.maxHurtTime || ) {
if (Utils.Player.isPlayerInGame() && mc.thePlayer.maxHurtTime > 0 && mc.thePlayer.hurtTime == mc.thePlayer.maxHurtTime) {
if (d.isToggled() && (mc.objectMouseOver == null || mc.objectMouseOver.entityHit == null)) {
return;
}
Expand Down

0 comments on commit 88434f0

Please sign in to comment.