mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
[skip ci] Newly add certain architecture releases and enable compression.
This commit is contained in:
parent
3735cab9dd
commit
4f608687ee
3 changed files with 199 additions and 64 deletions
|
|
@ -2157,7 +2157,9 @@ namespace MinecraftClient
|
|||
{
|
||||
if (windowId != 0)
|
||||
inventories.Remove(windowId);
|
||||
return handler.SendCloseWindow(windowId);
|
||||
bool result = handler.SendCloseWindow(windowId);
|
||||
DispatchBotEvent(bot => bot.OnInventoryClose(windowId));
|
||||
return result;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue