Respect canSee in online fplayer count

This commit is contained in:
Trent Hensler
2018-03-04 17:40:36 -08:00
parent 07eb3756e4
commit e95ecbd2a9
4 changed files with 36 additions and 2 deletions

View File

@@ -217,6 +217,8 @@ public interface Faction extends EconomyParticipator {
public Set<FPlayer> getFPlayersWhereOnline(boolean online);
public Set<FPlayer> getFPlayersWhereOnline(boolean online, FPlayer viewer);
public FPlayer getFPlayerAdmin();
public ArrayList<FPlayer> getFPlayersWhereRole(Role role);