fix inventory

This commit is contained in:
hydrant
2021-05-27 22:26:18 +02:00
parent 2ff0312ef0
commit e7be855f6f

View File

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