Fixed conflict.

This commit is contained in:
Armored-Dragon 2023-09-16 07:23:58 -05:00
parent 1d1305a668
commit 391052d9c1

View file

@ -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()){