Fix other players are invisble on hideTablist

This commit is contained in:
games647 2016-04-05 21:30:32 +02:00
parent 48c5dd03bd
commit 17ae88c94b
No known key found for this signature in database
GPG Key ID: BF5EE866F8BBA233

View File

@ -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);
} }
} }