Fix wrong property name in entity activity tracking

This commit is contained in:
Ryan Huffman 2016-08-17 17:00:56 -07:00
parent 25b9d756ca
commit d46af500c1

View file

@ -418,7 +418,7 @@ QUuid EntityScriptingInterface::editEntity(QUuid id, const EntityItemProperties&
}
void EntityScriptingInterface::deleteEntity(QUuid id) {
_activityTracking.deletedEntity++;
_activityTracking.deletedEntityCount++;
EntityItemID entityID(id);
bool shouldDelete = true;