Visibility Stuff

This commit is contained in:
Olof Larsson 2015-09-14 16:29:33 +02:00
parent e40a4c94c3
commit f5ecb69722

View File

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