diff --git a/scripts/system/controllers/handControllerGrab.js b/scripts/system/controllers/handControllerGrab.js index 865ed91c96..ca5bc08c7e 100644 --- a/scripts/system/controllers/handControllerGrab.js +++ b/scripts/system/controllers/handControllerGrab.js @@ -2418,6 +2418,7 @@ function MyController(hand) { // we have an equipped object and the secondary trigger was released // short-circuit the other checks and release it this.preparingHoldRelease = false; + this.callEntityMethodOnGrabbed("releaseEquip"); this.setState(STATE_OFF, "equipping ended via secondary press"); return; }