mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-21 05:44:33 +00:00
15 lines
444 B
Diff
15 lines
444 B
Diff
--- 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);
|
|
}
|