We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14628c commit a46d296Copy full SHA for a46d296
common/src/main/java/ac/grim/grimac/utils/latency/CompensatedInventory.java
@@ -501,6 +501,7 @@ public void onPacketSend(final PacketSendEvent event) {
501
* Closes the player's currently open inventory on the client by resetting to the player's inventory.
502
*/
503
private void closeActiveInventory() {
504
+ isPacketInventoryActive = true;
505
openWindowID = 0;
506
menu = inventory;
507
menu.setCarried(ItemStack.EMPTY); // Reset carried item
0 commit comments