if ((target.getObjectId() != activeChar.getObjectId())
&& activeChar.getPrivateStoreType() ==0
&& activeChar.getActiveRequester() ==null)
{
//_log.config("Starting ForcedAttack");
target.onForcedAttack(activeChar);
//_log.config("Ending ForcedAttack");
}
else
{
sendPacket(new ActionFailed());