mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-17 22:27:00 +02:00
fixed accidental newline in handgrab
This commit is contained in:
parent
e4199439af
commit
0fd1bdaec5
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue