diff --git a/ReallifeGamemode.Client/Gui/Inventory/inventory.ts b/ReallifeGamemode.Client/Gui/Inventory/inventory.ts index 2a4400b8..601e73e0 100644 --- a/ReallifeGamemode.Client/Gui/Inventory/inventory.ts +++ b/ReallifeGamemode.Client/Gui/Inventory/inventory.ts @@ -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;