From d50689b795b3f82b7d9c15db7ae0175ceded042d Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Tue, 4 Oct 2016 20:25:46 -0700 Subject: [PATCH] Remove disabling of teleport in hand grab --- scripts/system/controllers/handControllerGrab.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/system/controllers/handControllerGrab.js b/scripts/system/controllers/handControllerGrab.js index 764fd705cb..98da3d539b 100644 --- a/scripts/system/controllers/handControllerGrab.js +++ b/scripts/system/controllers/handControllerGrab.js @@ -1868,12 +1868,6 @@ function MyController(hand) { }; this.nearGrabbingEnter = function() { - //if (this.hand === 0) { - //Messages.sendLocalMessage('Hifi-Teleport-Disabler', 'left'); - //} - //if (this.hand === 1) { - //Messages.sendLocalMessage('Hifi-Teleport-Disabler', 'right'); - //} this.grabPointSphereOff(); this.lineOff(); this.overlayLineOff();