}
if(_response == 1)
{
// first party accepted the trade
// notify clients that "OK" button has been pressed.
transaction.confirm(activeChar);
requestor.sendPacket(new SystemMessage(SystemMessage.C1_HAS_CONFIRMED_THE_TRADE).addString(activeChar.getName()), Msg.TradePressOtherOk);
if(!transaction.isConfirmed(activeChar) || !transaction.isConfirmed(requestor)) // Check for dual confirmation
{
activeChar.sendActionFailed();
return;