Fix infinite sync

This commit is contained in:
VegaZ
2019-05-11 22:44:52 +02:00
parent 16d9c97ce7
commit 529df3b813

View File

@@ -102,6 +102,7 @@ export default function inventory(globalData: GlobalData) {
mp.gui.chat.activate(true);
mp.gui.cursor.show(false, false);
show = false;
syncCount++;
mp.game.graphics.setStreamedTextureDictAsNoLongerNeeded("itemimages");
inventoryWeight = 0;
items = null;