Skip to content
This repository has been archived by the owner on Feb 2, 2025. It is now read-only.

Commit

Permalink
Simplify code
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Jul 23, 2024
1 parent ccc3195 commit 517234b
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,7 @@ public ArrayList<Integer> getPressedNativeKeys() {
}

private void checkMacros() {
boolean modSpeed = false;

if (isSpeedModKeyHeld()) {
modSpeed = true;
}
boolean modSpeed = isSpeedModKeyHeld();

ArrayList<SoundboardEntry> potentialCopies = new ArrayList<>();

Expand Down

0 comments on commit 517234b

Please sign in to comment.