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 3eabf11e8..8e5eecf43 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/tablist/VelocityTabListLegacy.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/tablist/VelocityTabListLegacy.java @@ -65,7 +65,7 @@ public class VelocityTabListLegacy extends VelocityTabList { if (nameMapping.containsKey(item.getName())) { // ADD_PLAYER also used for updating ping VelocityTabListEntry entry = entries.get(nameMapping.get(item.getName())); if (entry != null) { - entry.setLatency(item.getLatency()); + entry.setLatencyInternal(item.getLatency()); } } else { UUID uuid = UUID.randomUUID(); // Use a fake uuid to preserve function of custom entries