diff --git a/proxy/src/main/java/com/velocitypowered/proxy/tablist/VelocityTabListLegacy.java b/proxy/src/main/java/com/velocitypowered/proxy/tablist/VelocityTabListLegacy.java index 31b494545..b1e5c2610 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/tablist/VelocityTabListLegacy.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/tablist/VelocityTabListLegacy.java @@ -52,6 +52,7 @@ public class VelocityTabListLegacy extends VelocityTabList { Collections.singletonList(PlayerListItem.Item.from(value)))); } entries.clear(); + nameMapping.clear(); } @Override