mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-23 02:35:11 +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
|
||||
receiver.hidePlayer(receiver);
|
||||
receiver.showPlayer(receiver);
|
||||
receiver.hidePlayer(onlinePlayer);
|
||||
receiver.showPlayer(onlinePlayer);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user