1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-03 22:24:43 +02:00
This commit is contained in:
nossr50
2019-02-03 17:46:03 -08:00
parent 025183d434
commit 0b3a642c95

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