From aa1164ecb771118ea36e7c110ce8db40747d5428 Mon Sep 17 00:00:00 2001 From: Minenash Date: Sun, 11 Mar 2018 22:32:25 -0400 Subject: [PATCH] Changed priority --- src/com/redstoner/modules/mentio/Mentio.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/redstoner/modules/mentio/Mentio.java b/src/com/redstoner/modules/mentio/Mentio.java index 060f29c..8856314 100644 --- a/src/com/redstoner/modules/mentio/Mentio.java +++ b/src/com/redstoner/modules/mentio/Mentio.java @@ -120,7 +120,7 @@ public class Mentio implements Module, Listener } @SuppressWarnings("unchecked") - @EventHandler(priority = EventPriority.MONITOR) + @EventHandler(priority = EventPriority.HIGHEST) public void onPlayerChat(AsyncPlayerChatEvent event) { if (event.isCancelled())