mirror of
https://github.com/overte-org/overte.git
synced 2025-08-11 05:53:07 +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')
|
// print('RELEASE GRAB EVENT')
|
||||||
if (this.isGrabbed === true && this.hand === this.initialHand) {
|
if (this.isGrabbed === true && this.hand === this.initialHand) {
|
||||||
|
|
||||||
Messages.sendMessage('Hifi-Beam-Disabler', "none")
|
Messages.sendMessage('Hifi-Hand-Disabler', "none")
|
||||||
|
|
||||||
this.isGrabbed = false;
|
this.isGrabbed = false;
|
||||||
this.stringDrawn = false;
|
this.stringDrawn = false;
|
||||||
|
|
Loading…
Reference in a new issue