diff --git a/scripts/system/away.js b/scripts/system/away.js index b3380a6737..331205c538 100644 --- a/scripts/system/away.js +++ b/scripts/system/away.js @@ -308,4 +308,10 @@ Script.scriptEnding.connect(function () { Controller.keyPressEvent.disconnect(maybeGoActive); }); +if (HMD.active && !HMD.mounted) { + print("Starting script, while HMD is active and not mounted..."); + goAway(); +} + + }()); // END LOCAL_SCOPE