mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 06:24:20 +02:00
CR feedback
This commit is contained in:
parent
0aa0f53925
commit
91467b6059
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue