diff --git a/ReallifeGamemode.Client/inventory/inventory.ts b/ReallifeGamemode.Client/inventory/inventory.ts index 05a90982..2d3385be 100644 --- a/ReallifeGamemode.Client/inventory/inventory.ts +++ b/ReallifeGamemode.Client/inventory/inventory.ts @@ -28,7 +28,7 @@ loaded = true; invBrowser.execute(`showInventory()`); - } else if (loaded || force === true) { + } else if (loaded || force === false) { globalData.InMenu = false; mp.gui.cursor.show(false, false); loaded = false;