Skip to content

Commit

Permalink
stands on block event: patch wrong location used for in check
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Feb 26, 2021
1 parent 895feab commit 9372cb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public boolean matches(ScriptPath path) {
return false;
}

if (!runInCheck(path, event.getPlayer().getLocation())) {
if (!runInCheck(path, location)) {
return false;
}

Expand Down

0 comments on commit 9372cb3

Please sign in to comment.