chat notifications: restore normal color after own name highlight

This commit is contained in:
Adam
2022-01-11 21:27:42 -05:00
parent 32ccf59f30
commit 513c250d28
2 changed files with 2 additions and 2 deletions

View File

@@ -307,7 +307,7 @@ public class ChatNotificationsPluginTest
ChatMessage chatMessage = new ChatMessage(messageNode, ChatMessageType.GAMEMESSAGE, "", "", "", 0);
chatNotificationsPlugin.onChatMessage(chatMessage);
verify(messageNode).setValue("<colHIGHLIGHT><u>Logic Knot</u></col> received a drop: Adamant longsword");
verify(messageNode).setValue("<colHIGHLIGHT><u>Logic Knot</u><colNORMAL> received a drop: Adamant longsword");
}
@Test