SPIGOT-6001: Hex colors format differently to traditional colours

This commit is contained in:
md_5 2020-07-19 08:44:42 +10:00
parent 2361cb8a81
commit 6b95d595cf
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ public final class CraftChatMessage {
hex.append(c);
if (hex.length() == 7) {
modifier = modifier.setColor(ChatHexColor.a(hex.toString()));
modifier = RESET.setColor(ChatHexColor.a(hex.toString()));
hex = null;
}
} else if (format.isFormat() && format != EnumChatFormat.RESET) {