mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
fix release hand message
This commit is contained in:
parent
7af6dd9390
commit
7c12379ada
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@
|
|||
// print('RELEASE GRAB EVENT')
|
||||
if (this.isGrabbed === true && this.hand === this.initialHand) {
|
||||
|
||||
Messages.sendMessage('Hifi-Beam-Disabler', "none")
|
||||
Messages.sendMessage('Hifi-Hand-Disabler', "none")
|
||||
|
||||
this.isGrabbed = false;
|
||||
this.stringDrawn = false;
|
||||
|
|
Loading…
Reference in a new issue