Skip to content

Commit

Permalink
Fix a determination in receives message borko
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jul 19, 2017
1 parent a183066 commit c7d7441
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -89,6 +89,8 @@ public Boolean call() throws Exception {
event.message = new Element(chat.getMessage());
event.rawJson = new Element(chat.getRawJson());
event.system = new Element(pos == 1);
event.messageModified = false;
event.rawJsonModified = false;
event.player = dPlayer.mirrorBukkitPlayer(player);
event.cancelled = false;
event.fire();
Expand Down

0 comments on commit c7d7441

Please sign in to comment.