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