mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2025-01-30 23:01:50 +01:00
Fix an issue with custom player info packets
This commit is contained in:
parent
d26b450ad3
commit
bb7adc46a4
@ -46,7 +46,7 @@ public class PacketListenerTabList extends PacketAdapter {
|
||||
Iterator<PlayerInfoData> itel = list.iterator();
|
||||
Iterator<PlayerInfoAction> actionItel = actions.iterator();
|
||||
|
||||
while (itel.hasNext()) {
|
||||
while (itel.hasNext() && actionItel.hasNext()) {
|
||||
PlayerInfoData data = itel.next();
|
||||
|
||||
if (NmsVersion.v1_19_R2.isSupported()) {
|
||||
|
Loading…
Reference in New Issue
Block a user