Archived
0

Changed priority

This commit is contained in:
Minenash
2018-03-11 22:32:25 -04:00
committed by GitHub
parent d759a39c42
commit aa1164ecb7

View File

@@ -120,7 +120,7 @@ public class Mentio implements Module, Listener
} }
@SuppressWarnings("unchecked") @SuppressWarnings("unchecked")
@EventHandler(priority = EventPriority.MONITOR) @EventHandler(priority = EventPriority.HIGHEST)
public void onPlayerChat(AsyncPlayerChatEvent event) public void onPlayerChat(AsyncPlayerChatEvent event)
{ {
if (event.isCancelled()) if (event.isCancelled())