mirror of
https://github.com/cnaude/PurpleIRC-spigot.git
synced 2025-02-09 08:01:38 +01:00
Adjust listener priority to correctly catch VentureChat QuickChat messages. #13
This commit is contained in:
parent
e2ad1f501a
commit
d290a818ef
@ -46,7 +46,7 @@ public class GamePlayerChatListener implements Listener {
|
||||
*
|
||||
* @param event
|
||||
*/
|
||||
@EventHandler(priority = EventPriority.MONITOR)
|
||||
@EventHandler(priority = EventPriority.HIGHEST)
|
||||
public void onAsyncPlayerChat(AsyncPlayerChatEvent event) {
|
||||
String message = event.getMessage();
|
||||
plugin.logDebug("ChatFormat [" + event.isCancelled() + "]: " + event.getFormat());
|
||||
|
Loading…
Reference in New Issue
Block a user