chat message manager: deprioritize chat message hook
This applies color after all plugins are done processing the event, which fixes the league chaticons plugin stripping color tags when trying to strip the ironman symbol
This commit is contained in:
@@ -107,7 +107,7 @@ public class ChatMessageManager
|
||||
}
|
||||
}
|
||||
|
||||
@Subscribe
|
||||
@Subscribe(priority = 1) // run after all plugins
|
||||
public void onChatMessage(ChatMessage chatMessage)
|
||||
{
|
||||
MessageNode messageNode = chatMessage.getMessageNode();
|
||||
|
||||
Reference in New Issue
Block a user