Fix staff in observers not being able to read team chat

This commit is contained in:
cswhite2000 2018-08-10 14:41:35 -07:00
parent d0d09732de
commit a4c478f7ec
1 changed files with 0 additions and 5 deletions

View File

@ -62,9 +62,4 @@ public class PartyChannel extends SimpleChannel implements MultiAudience {
(sender.hasPermission(RECEIVE_ALL_PERMISSION) && player.isObserving());
}
@Override
public Stream<? extends Audience> audiences() {
return party.players();
}
}