fix grab.js change

This commit is contained in:
David Back 2018-04-12 12:41:36 -07:00
parent 09f3b845a8
commit 243b3637c4

View file

@ -567,7 +567,7 @@ Grabber.prototype.moveEventProcess = function() {
}
if (!this.actionID) {
if (!entityIsGrabbedByOther(this.entityID) ) && Entities.getEntityProperties(this.entityID, ['parentID']).parentID !== MyAvatar.SELF_ID) {
if (!entityIsGrabbedByOther(this.entityID) && Entities.getEntityProperties(this.entityID, ['parentID']).parentID !== MyAvatar.SELF_ID) {
this.actionID = Entities.addAction("far-grab", this.entityID, actionArgs);
}
} else {