Skip to content

Commit a7cd68d

Browse files
committed
ensure kill aura disables properly
1 parent 9f6bab1 commit a7cd68d

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/meteordevelopment/meteorclient/systems/modules/combat

1 file changed

+1
-1
lines changed

src/main/java/meteordevelopment/meteorclient/systems/modules/combat/KillAura.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ public void onActivate() {
257257
@Override
258258
public void onDeactivate() {
259259
targets.clear();
260-
attacking = false;
260+
stopAttacking();
261261
}
262262

263263
@EventHandler

0 commit comments

Comments
 (0)