Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerrrs committed May 19, 2024
1 parent 3a375df commit 60f6ca0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/keystrokesmod/module/impl/combat/KillAura.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ public class KillAura extends Module {
private boolean blocking;
public boolean blinking;
public boolean lag;
private boolean swapped;
public boolean rmbDown;
private ConcurrentLinkedQueue<Packet> blinkedPackets = new ConcurrentLinkedQueue<>();

Expand Down Expand Up @@ -295,7 +294,6 @@ private void resetVariables() {
this.j = 0L;
block();
resetBlinkState(true);
swapped = false;
}

private void block() {
Expand Down

0 comments on commit 60f6ca0

Please sign in to comment.