Woops wrong game select

This commit is contained in:
Vortrex
2023-02-26 20:08:27 -06:00
parent 0900b0637a
commit da578f40d9

View File

@@ -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