diff --git a/src/de/steamwar/bungeecore/tablist/Tablist.java b/src/de/steamwar/bungeecore/tablist/Tablist.java index b27fcf7..07fb382 100644 --- a/src/de/steamwar/bungeecore/tablist/Tablist.java +++ b/src/de/steamwar/bungeecore/tablist/Tablist.java @@ -305,8 +305,7 @@ public class Tablist extends MessageToMessageDecoder { } private BaseComponent wrapName(String name) { - System.out.println(TextComponent.fromArray(TextComponent.fromLegacyText(name)).toString()); - return TextComponent.fromArray(TextComponent.fromLegacyText(name)); + return new TextComponent(name); } private void sendTabPacket(List items, PlayerListItem.Action action) { //Breaks in 1.19.3 if action != UPDATE_DISPLAY_NAME, ADD_PLAYER or REMOVE_PLAYER