mirror of
https://github.com/PaperMC/Velocity.git
synced 2025-01-18 14:44:07 +08:00
Merge pull request #244 from Gabik21MC/dev/1.1.0
Completely clear legacy tablist on server switch
This commit is contained in:
commit
71281111bf
@ -52,6 +52,7 @@ public class VelocityTabListLegacy extends VelocityTabList {
|
|||||||
Collections.singletonList(PlayerListItem.Item.from(value))));
|
Collections.singletonList(PlayerListItem.Item.from(value))));
|
||||||
}
|
}
|
||||||
entries.clear();
|
entries.clear();
|
||||||
|
nameMapping.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user