diff --git a/scripts/system/controllers/mouseLook.js b/scripts/system/controllers/mouseLook.js index 33901eb9e0..a8126a8e69 100644 --- a/scripts/system/controllers/mouseLook.js +++ b/scripts/system/controllers/mouseLook.js @@ -7,8 +7,10 @@ by rampa3 (https://github.com/rampa3) and vegaslon (https://github.com/vegaslon) var oldMode; var mouseLookEnabled = false; - - mouseLookOn(); + + if (mouseLookEnabled) { + mouseLookOn(); + } Controller.keyPressEvent.connect(function(event) { if (event.text === 'm') {