diff --git a/examples/controllers/handControllerGrab.js b/examples/controllers/handControllerGrab.js index 3902963a61..ebfa248f58 100644 --- a/examples/controllers/handControllerGrab.js +++ b/examples/controllers/handControllerGrab.js @@ -1277,6 +1277,7 @@ function update() { Messages.subscribe('Hifi-Hand-Disabler'); handleHandDisablerMessages = function(channel, message, sender) { + if (sender === MyAvatar.sessionUUID) { if (message === 'left') { handToDisable = LEFT_HAND;