4445464748495051
if (activeChar.getParty() == null || activeChar.getParty().getCommandChannel() == null) return false; L2CommandChannel channel = activeChar.getParty().getCommandChannel(); activeChar.sendPacket(new ExMultiPartyCommandChannelInfo(channel)); return true; }