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:
Thomas
2019-12-01 23:51:36 +01:00
committed by Adam
parent 192fe54b7a
commit 9a2872eacf

View File

@@ -107,7 +107,7 @@ public class ChatMessageManager
}
}
@Subscribe
@Subscribe(priority = 1) // run after all plugins
public void onChatMessage(ChatMessage chatMessage)
{
MessageNode messageNode = chatMessage.getMessageNode();