_checkTask.cancel(false);
_checkTask = null;
}
if (success)
{
broadCast(new ExSetPartyLooting(1, _requestChangeLoot));
_itemDistribution = _requestChangeLoot;
SystemMessage sm = new SystemMessage(SystemMessage.PARTY_LOOT_CHANGED_S1);
sm.addSystemString(LOOT_SYSSTRINGS[_requestChangeLoot]);
broadCast(sm);
}
else
{
broadCast(new ExSetPartyLooting(0, (byte) 0));
broadCast(new SystemMessage(SystemMessage.PARTY_LOOT_CHANGE_CANCELLED));
}
_changeLootAnswers = null;
_requestChangeLoot = -1;
_requestChangeLootTimer = 0;