mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix Console Client crashes when using the /inventory click command
issues #912
This commit is contained in:
parent
0b31f70d7b
commit
5d0172a1f9
1 changed files with 1 additions and 0 deletions
|
|
@ -542,6 +542,7 @@ namespace MinecraftClient.Protocol.Handlers
|
|||
if (item != null)
|
||||
inventorySlots[slotId] = item;
|
||||
}
|
||||
window_actions[windowId] = 0;
|
||||
handler.OnWindowItems(windowId, inventorySlots);
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue