diff --git a/scripts/system/ignore.js b/scripts/system/ignore.js index 3acbda4666..f99a45e684 100644 --- a/scripts/system/ignore.js +++ b/scripts/system/ignore.js @@ -191,10 +191,11 @@ function makeTriggerHandler(hand) { } }; } - triggerMapping.from(Controller.Standard.RT).peek().to(makeTriggerHandler(Controller.Standard.RightHand)); triggerMapping.from(Controller.Standard.LT).peek().to(makeTriggerHandler(Controller.Standard.LeftHand)); +triggerMapping.enable(); + // cleanup the toolbar button and overlays when script is stopped Script.scriptEnding.connect(function() { toolbar.removeButton('ignore');