This commit is contained in:
nossr50 2019-02-03 17:46:03 -08:00
parent 025183d434
commit 0b3a642c95

View File

@ -82,7 +82,7 @@ public class Party {
for(Player p : onlineMembers)
{
if(player.canSee(p) && p.canSee(p))
if(player.canSee(p))
visibleMembers.add(p);
}