mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
Oopsie
This commit is contained in:
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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user