Woops wrong game select
This commit is contained in:
2
third-party/mexui/mexui.js
vendored
2
third-party/mexui/mexui.js
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user