mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
[Client] Use REPLY_TO_REQUEST container sub-action for partial requests
This commit is contained in:
parent
83014d6381
commit
0d0c4ac235
@ -40,6 +40,7 @@ namespace mwmp
|
|||||||
objectList.reset();
|
objectList.reset();
|
||||||
objectList.cell = *ptrCellStore->getCell();
|
objectList.cell = *ptrCellStore->getCell();
|
||||||
objectList.action = mwmp::BaseObjectList::SET;
|
objectList.action = mwmp::BaseObjectList::SET;
|
||||||
|
objectList.containerSubAction = mwmp::BaseObjectList::REPLY_TO_REQUEST;
|
||||||
objectList.addRequestedContainers(ptrCellStore, requestObjects);
|
objectList.addRequestedContainers(ptrCellStore, requestObjects);
|
||||||
|
|
||||||
if (objectList.baseObjects.size() > 0)
|
if (objectList.baseObjects.size() > 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user