Don't run inspect.js when mouse look is enabled.

Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
This commit is contained in:
Armored Dragon 2024-06-08 08:07:33 -05:00
parent 8dce22792b
commit 6e73a0e4f6
No known key found for this signature in database
GPG key ID: C7207ACC3382AD8B

View file

@ -253,6 +253,9 @@ function keyPressEvent(event) {
if (isEditUsingCamera) {
return;
}
if (Settings.getValue("mouselook-active", false)){
return;
}
alt = true;
changed = true;
Picks.enablePick(pick);