Skip to content

Commit

Permalink
fix lingering splash event, fixes #2136
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Feb 1, 2020
1 parent 178f64a commit 1a1779f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -65,7 +65,7 @@ public boolean matches(ScriptPath path) {
if (!tryItem(item, iTest)) {
return false;
}
if (runInCheck(path, location)) {
if (!runInCheck(path, location)) {
return false;
}
return super.matches(path);
Expand Down

0 comments on commit 1a1779f

Please sign in to comment.