From da578f40d9618796d12754a323064429859c51fb Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sun, 26 Feb 2023 20:08:27 -0600 Subject: [PATCH] Woops wrong game select --- third-party/mexui/mexui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/mexui/mexui.js b/third-party/mexui/mexui.js index 56402a53..e6dd10a1 100644 --- a/third-party/mexui/mexui.js +++ b/third-party/mexui/mexui.js @@ -248,7 +248,7 @@ mexui.isAnyWindowShown = function () { mexui.setInput = function (showInput) { gui.showCursor(showInput, !showInput); - if (localClient.player && game.game >= GAME_GTA_IV) { + if (localClient.player && game.game <= GAME_GTA_IV) { if (showInput) game.setCameraLookAtEntity(new Vec3(game.cameraMatrix.m41, game.cameraMatrix.m42, game.cameraMatrix.m43), localPlayer, false); else