notifyFriends(activeChar);
notifyClanMembers(activeChar);
notifySponsorOrApprentice(activeChar);
activeChar.onPlayerEnter();
if (Olympiad.getInstance().playerInStadia(activeChar))
{
activeChar.teleToLocation(MapRegionTable.TeleportWhereType.Town);
activeChar.sendMessage("You have been teleported to the nearest town due to you being in an Olympiad Stadium");