Fix assignment

This commit is contained in:
AlessandroSigna 2015-12-23 13:53:35 -08:00
parent 01a5f47070
commit 2c72e7964d

View file

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