From 8d535f9c5a0a9cbcb2430a4b45df7467ec2c03f5 Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Tue, 8 Aug 2017 12:19:12 -0700 Subject: [PATCH] remove bump to changeFromRemote for server case (revert) --- libraries/entities/src/EntityTree.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/libraries/entities/src/EntityTree.cpp b/libraries/entities/src/EntityTree.cpp index f5fa7f4bdc..518d3bd883 100644 --- a/libraries/entities/src/EntityTree.cpp +++ b/libraries/entities/src/EntityTree.cpp @@ -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 toProcess;