Fix name mapping not being cleared on switch

This fixes a bug where tablist would be messed up for 1.7 clients due to
an internal misconception.
This commit is contained in:
Gabik21
2019-09-05 12:17:19 +02:00
parent 09dc74ac9a
commit aef0f2ca8c

View File

@@ -52,6 +52,7 @@ public class VelocityTabListLegacy extends VelocityTabList {
Collections.singletonList(PlayerListItem.Item.from(value))));
}
entries.clear();
nameMapping.clear();
}
@Override