--- a/net/minecraft/network/protocol/game/PacketPlayInCloseWindow.java +++ b/net/minecraft/network/protocol/game/PacketPlayInCloseWindow.java @@ -10,6 +10,12 @@ public PacketPlayInCloseWindow() {} + // CraftBukkit start + public PacketPlayInCloseWindow(int id) { + this.id = id; + } + // CraftBukkit end + public void a(PacketListenerPlayIn packetlistenerplayin) { packetlistenerplayin.a(this); }