Remove disabling of teleport in hand grab

This commit is contained in:
Ryan Huffman 2016-10-04 20:25:46 -07:00
parent 6019581f3f
commit d50689b795

View file

@ -1868,12 +1868,6 @@ function MyController(hand) {
}; };
this.nearGrabbingEnter = function() { 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.grabPointSphereOff();
this.lineOff(); this.lineOff();
this.overlayLineOff(); this.overlayLineOff();