Visibility Stuff
This commit is contained in:
parent
e40a4c94c3
commit
f5ecb69722
@ -270,7 +270,7 @@ public class EngineMain extends EngineAbstract
|
||||
Collections.sort(followers, PlayerRoleComparator.get());
|
||||
for (MPlayer follower : followers)
|
||||
{
|
||||
if (follower.isOnline() && Mixin.canSee(sender, follower.getId()))
|
||||
if (follower.isOnline(sender))
|
||||
{
|
||||
followerNamesOnline.add(follower.getNameAndTitle(msender));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user