fix release hand message

This commit is contained in:
James B. Pollack 2015-11-30 17:00:40 -08:00
parent 7af6dd9390
commit 7c12379ada

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;