return;
}
if(activeChar.isBlocked() && !activeChar.isFlying()) // Разрешаем выходить из игры если используется сервис HireWyvern. Вернет в начальную точку.
{
activeChar.sendMessage(new CustomMessage("l2p.gameserver.clientpackets.Logout.OutOfControl", activeChar));
activeChar.sendActionFailed();
return;
}
// Prevent player from logging out if they are a festival participant
// and it is in progress, otherwise notify party members that the player
// is not longer a participant.