mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-23 10:45:23 +01:00
Fix other players are invisble on hideTablist
This commit is contained in:
parent
17ae88c94b
commit
d19d1772ba
@ -73,8 +73,8 @@ public class AuthMeTablistPacketAdapter extends PacketAdapter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//removes the entity and display them
|
//removes the entity and display them
|
||||||
receiver.hidePlayer(receiver);
|
receiver.hidePlayer(onlinePlayer);
|
||||||
receiver.showPlayer(receiver);
|
receiver.showPlayer(onlinePlayer);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user