DarkKronicle / AdvancedChatCore

The base mod to the most advanced chat mod in Minecraft.
Mozilla Public License 2.0
44 stars 22 forks source link

[BUG] Messages stacking is compared by content only #32

Open tomhula opened 2 years ago

tomhula commented 2 years ago

Describe the bug Messages stacking is compared by content only. That means, that when you get two messages, with same text, but different styling (color, decoration, hover, click, ...) they are getting stacked and viewed as the first one, even tho, they are different. Would be better to compare whole components somehow.

Minecraft Info Minecraft information:

To Reproduce Steps to reproduce the behavior:

  1. Send one message to chat
  2. Send another one with different colors.

Expected behavior Two messages with different styling shouldn't stack.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here. This could be a mods list, server, etc.