Skip to content

Commit

Permalink
partial cancellelation correction for death event
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Mar 11, 2017
1 parent cfc9dec commit 3612017
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -166,6 +166,10 @@ else if (aH.Argument.valueOf(lower).matchesArgumentList(dItem.class)) {
}
}

else if (determination.equalsIgnoreCase("cancelled")) {
cancelled = true;
}

// String containing new Death Message
else if (event instanceof PlayerDeathEvent) {
message = new Element(determination);
Expand Down

0 comments on commit 3612017

Please sign in to comment.