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