mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 02:04:44 +02:00
Changed our custom chat events to be async
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user