[Client] Use REPLY_TO_REQUEST container sub-action for partial requests

This commit is contained in:
David Cernat 2018-06-05 19:40:39 +03:00
parent 83014d6381
commit 0d0c4ac235

View file

@ -40,6 +40,7 @@ namespace mwmp
objectList.reset();
objectList.cell = *ptrCellStore->getCell();
objectList.action = mwmp::BaseObjectList::SET;
objectList.containerSubAction = mwmp::BaseObjectList::REPLY_TO_REQUEST;
objectList.addRequestedContainers(ptrCellStore, requestObjects);
if (objectList.baseObjects.size() > 0)