whitespace

This commit is contained in:
howard-stearns 2017-02-13 16:35:03 -08:00
parent 6241889e38
commit 487adc7f18

View file

@ -1119,7 +1119,9 @@ int EntityTree::processEditPacketData(ReceivedMessage& message, const unsigned c
endLogging = usecTimestampNow();
startUpdate = usecTimestampNow();
if (!isPhysics) properties.setLastEditedBy(senderNode->getUUID());
if (!isPhysics) {
properties.setLastEditedBy(senderNode->getUUID());
}
updateEntity(entityItemID, properties, senderNode);
existingEntity->markAsChangedOnServer();
endUpdate = usecTimestampNow();