diff --git a/examples/controllers/handControllerGrab.js b/examples/controllers/handControllerGrab.js index 8903b773c9..e0a7c55af8 100644 --- a/examples/controllers/handControllerGrab.js +++ b/examples/controllers/handControllerGrab.js @@ -1637,7 +1637,7 @@ handleHandMessages = function(channel, message, sender) { handToDisable = RIGHT_HAND; } if (message === 'both' || message === 'none') { - handToDisable = handToDisable; + handToDisable = message; } } else if (channel === 'Hifi-Hand-Grab') { try {