forked from mirror/openmw-tes3mp
[Client] Use REPLY_TO_REQUEST container sub-action for partial requests
This commit is contained in:
parent
83014d6381
commit
0d0c4ac235
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue