mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
parent
bf86259b4b
commit
80ae600b39
1 changed files with 5 additions and 0 deletions
|
|
@ -1349,6 +1349,11 @@ namespace MinecraftClient.Protocol.Handlers
|
|||
{
|
||||
try
|
||||
{
|
||||
lock (window_actions)
|
||||
{
|
||||
if (window_actions.ContainsKey(windowId))
|
||||
window_actions[windowId] = 0;
|
||||
}
|
||||
SendPacket(PacketOutgoingType.CloseWindow, new[] { (byte)windowId });
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue