Skip to content

Commit

Permalink
Fix script actions / conditions not working after stopping macro
Browse files Browse the repository at this point in the history
  • Loading branch information
WarmUpTill committed Jan 30, 2025
1 parent 2c5121e commit 51b53bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/macro/macro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ bool Macro::CheckConditions(bool ignorePause)
return false;
}

_stop = false;
_matched = false;
for (auto &condition : _conditions) {
if (!condition) {
Expand Down

0 comments on commit 51b53bf

Please sign in to comment.