mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fix assignment
This commit is contained in:
parent
01a5f47070
commit
2c72e7964d
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue