13
0
geforkt von Mirrors/Velocity

Merge pull request #281 from Gabik21/tablist-improvement

Don't send ping update twice (1.7)
Dieser Commit ist enthalten in:
Andrew Steinborn 2020-04-07 13:35:18 -04:00 committet von GitHub
Commit 98b03376e5
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -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