Merge pull request #10117 from huffman/fix/unlock-propagation

Fix entity "unlock" edits not being propagated to clients
This commit is contained in:
Seth Alves 2017-04-06 15:28:05 -07:00 committed by GitHub
commit b1a015affd

View file

@ -182,6 +182,7 @@ bool EntityTree::updateEntityWithElement(EntityItemPointer entity, const EntityI
if (!wantsLocked) {
EntityItemProperties tempProperties;
tempProperties.setLocked(wantsLocked);
tempProperties.setLastEdited(properties.getLastEdited());
bool success;
AACube queryCube = entity->getQueryAACube(success);