fixed accidental newline in handgrab

This commit is contained in:
ericrius1 2015-12-01 17:04:10 -08:00
parent 0fd1bdaec5
commit 40fb45c6d3

View file

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