Changed our custom chat events to be async

This commit is contained in:
GJ
2013-02-23 21:29:15 -05:00
parent 20970e430c
commit 9759224690
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ public abstract class McMMOChatEvent extends Event implements Cancellable {
private String message;
protected McMMOChatEvent(Plugin plugin, String sender, String displayName, String message) {
super(true);
this.plugin = plugin;
this.sender = sender;
this.displayName = displayName;