diff --git a/examples/toybox/bow/bow.js b/examples/toybox/bow/bow.js index f38aa64921..14e3ed86ec 100644 --- a/examples/toybox/bow/bow.js +++ b/examples/toybox/bow/bow.js @@ -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;