Skip to content
This repository has been archived by the owner on Jul 27, 2019. It is now read-only.

Commit

Permalink
Adjust listener priority to correctly catch VentureChat QuickChat mes…
Browse files Browse the repository at this point in the history
…sages.
  • Loading branch information
cnaude committed Feb 28, 2016
1 parent d3e23a6 commit c9c2d1e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -46,7 +46,7 @@ public GamePlayerChatListener(PurpleIRC plugin) {
*
* @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());
Expand Down

0 comments on commit c9c2d1e

Please sign in to comment.