if (mentorId != 0)
{
String mentorName = activeChar.getMenteeMentorList().getList().get(mentorId).getName();
Player mentorChar = World.getPlayer(mentorName);
mentorChar.getMenteeMentorList().remove(activeChar.getName(), true, true);
mentorChar.sendPacket(new ExMentorList(mentorChar));
if ((activeChar != null) && activeChar.isOnline())
{
activeChar.getMenteeMentorList().remove(mentorChar.getName(), false, false);
activeChar.sendPacket(new ExMentorList(activeChar));
}