fix inventory
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user