mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 17:41:12 +02:00
Merge pull request #6505 from imgntn/boww
Fix release hand message for bow
This commit is contained in:
commit
8b7cfde02a
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