CR feedback

This commit is contained in:
Thijs Wenker 2018-04-17 20:30:00 +02:00
parent 0aa0f53925
commit 91467b6059

View file

@ -156,7 +156,7 @@ SelectionManager = (function() {
that.duplicateSelection = function () {
var duplicatedEntityIDs = [];
Object.keys(that.savedProperties).forEach(function (otherEntityID) {
Object.keys(that.savedProperties).forEach(function(otherEntityID) {
var properties = that.savedProperties[otherEntityID];
if (!properties.locked && (!properties.clientOnly || properties.owningAvatarID === MyAvatar.sessionUUID)) {
duplicatedEntityIDs.push({