42434445464748
{ L2PcInstance _activeChar = getClient().getActiveChar(); if (_activeChar == null) return; _activeChar.sendPacket(new ExListPartyMatchingWaitingRoom(_activeChar, _page, _minlvl, _maxlvl, _mode)); }