remove bump to changeFromRemote for server case (revert)

This commit is contained in:
Andrew Meadows 2017-08-08 12:19:12 -07:00
parent 3665a3fbee
commit 8d535f9c5a

View file

@ -383,9 +383,6 @@ bool EntityTree::updateEntity(EntityItemPointer entity, const EntityItemProperti
UpdateEntityOperator theOperator(getThisPointer(), containingElement, entity, newQueryAACube);
recurseTreeWithOperator(&theOperator);
entity->setProperties(properties);
if (getIsServer()) {
entity->updateLastEditedFromRemote();
}
// if the entity has children, run UpdateEntityOperator on them. If the children have children, recurse
QQueue<SpatiallyNestablePointer> toProcess;