From 34234da2d1de9b593d92687b125df6f80625fbd1 Mon Sep 17 00:00:00 2001 From: Eric Levin Date: Tue, 1 Dec 2015 17:05:51 -0800 Subject: [PATCH] fixed spacing --- examples/controllers/handControllerGrab.js | 1 + 1 file changed, 1 insertion(+) 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;