Skip to content

Commit

Permalink
fix fulfilled determination on old command script event (1.1.4 event …
Browse files Browse the repository at this point in the history
…change)
  • Loading branch information
mcmonkey4eva committed Apr 3, 2020
1 parent c3ce05b commit c89a9bb
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -98,6 +98,7 @@ public boolean applyDetermination(ScriptPath path, ObjectTag determinationObj) {
String lower = CoreUtilities.toLowerCase(determination);
if (lower.equals("fulfilled")) {
cancelled = true;
cancellationChanged();
return true;
}
}
Expand Down

0 comments on commit c89a9bb

Please sign in to comment.