mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-22 02:25:28 +01:00
SPIGOT-6001: Hex colors format differently to traditional colours
This commit is contained in:
parent
2361cb8a81
commit
6b95d595cf
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user