You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -99,7 +99,7 @@ public class ServerHandshakePacketListenerImpl implements ServerHandshakePacketL
37
-
if (event.callEvent()) {
38
-
// If we've failed somehow, let the client know so and go no further.
39
-
if (event.isFailed()) {
40
-
- TranslatableComponent chatmessage = new TranslatableComponent(event.getFailMessage());
41
-
+ Component chatmessage = org.bukkit.craftbukkit.util.CraftChatMessage.fromString(event.getFailMessage(), true)[0]; // Paper - Fix hex colors not working in some kick messages
0 commit comments