Merge pull request #6505 from imgntn/boww

Fix release hand message for bow
This commit is contained in:
James B. Pollack 2015-11-30 17:02:08 -08:00
commit 8b7cfde02a

View file

@ -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;