diff --git a/scripts/system/controllers/controllerModules/farActionGrabEntity.js b/scripts/system/controllers/controllerModules/farActionGrabEntity.js index 7883222c73..6e265742a6 100644 --- a/scripts/system/controllers/controllerModules/farActionGrabEntity.js +++ b/scripts/system/controllers/controllerModules/farActionGrabEntity.js @@ -434,11 +434,6 @@ Script.include("/~/system/libraries/controllers.js"); return makeRunningValues(false, [], []); } - var targetEntity = controllerData.rayPicks[this.hand].objectID; - if (targetEntity !== this.entityWithContextOverlay) { - this.destroyContextOverlay(); - } - var otherModuleName =this.hand === RIGHT_HAND ? "LeftFarActionGrabEntity" : "RightFarActionGrabEntity"; var otherFarGrabModule = getEnabledModuleByName(otherModuleName);