diff --git a/scripts/module.js b/scripts/module.js index eab8107..6134713 100644 --- a/scripts/module.js +++ b/scripts/module.js @@ -246,7 +246,7 @@ function finishingMove(dat) { } function basicActionAnimations(msg) { - if(getSetting("basic-action.enabled")) { + if (getSetting("basic-action.enabled")) { createBasicActionAnimation(msg); } }