From 40fb45c6d39453126b94443369c4f907a2fe746a Mon Sep 17 00:00:00 2001 From: ericrius1 Date: Tue, 1 Dec 2015 17:04:10 -0800 Subject: [PATCH] fixed accidental newline in handgrab --- examples/controllers/handControllerGrab.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/controllers/handControllerGrab.js b/examples/controllers/handControllerGrab.js index ebfa248f58..3902963a61 100644 --- a/examples/controllers/handControllerGrab.js +++ b/examples/controllers/handControllerGrab.js @@ -1277,7 +1277,6 @@ function update() { Messages.subscribe('Hifi-Hand-Disabler'); handleHandDisablerMessages = function(channel, message, sender) { - if (sender === MyAvatar.sessionUUID) { if (message === 'left') { handToDisable = LEFT_HAND;