mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-03 01:00:18 +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
|
//removes the entity and display them
|
||||||
onlinePlayer.hidePlayer(receiver);
|
receiver.hidePlayer(receiver);
|
||||||
onlinePlayer.showPlayer(receiver);
|
receiver.showPlayer(receiver);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user