From 391052d9c13195fb82b8078b85aaedeca92ddfe8 Mon Sep 17 00:00:00 2001 From: Armored-Dragon Date: Sat, 16 Sep 2023 07:23:58 -0500 Subject: [PATCH] Fixed conflict. --- scripts/system/controllers/mouseLook.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/controllers/mouseLook.js b/scripts/system/controllers/mouseLook.js index 6d1b2d4367..31a8499b0f 100644 --- a/scripts/system/controllers/mouseLook.js +++ b/scripts/system/controllers/mouseLook.js @@ -58,7 +58,7 @@ by rampa3 (https://github.com/rampa3) and vegaslon (https://github.com/vegaslon) tempOff = false; altMode = false } - if (event.text === 'm') { + if (event.text.toLowerCase() === 'm') { if (!keysOnOverlay) { if (mouseLookEnabled) { if (!Camera.getCaptureMouse()){