fixed accidental newline in handgrab

This commit is contained in:
ericrius1 2015-12-01 17:03:11 -08:00
parent e4199439af
commit 0fd1bdaec5

View file

@ -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;