55565758596061
if(clan == null) { if (Config.DEVELOPER){ _log.warning("Clan data for clanId "+_clanId+" is missing for player "+activeChar.getName());} return; // we have no clan data ?!? should not happen } activeChar.sendPacket(new PledgeInfo(clan)); }