Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasarooniZ committed May 1, 2024
1 parent c13043c commit 850f313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ function finishingMove(dat) {
}

function basicActionAnimations(msg) {
if(getSetting("basic-action.enabled")) {
if (getSetting("basic-action.enabled")) {
createBasicActionAnimation(msg);
}
}
Expand Down

0 comments on commit 850f313

Please sign in to comment.