2015-05-25 20:37:24 +10:00
|
|
|
--- a/net/minecraft/server/PacketPlayInCloseWindow.java
|
|
|
|
+++ b/net/minecraft/server/PacketPlayInCloseWindow.java
|
2015-02-26 22:41:06 +00:00
|
|
|
@@ -8,6 +8,12 @@
|
2014-11-26 08:32:16 +11:00
|
|
|
|
|
|
|
public PacketPlayInCloseWindow() {}
|
|
|
|
|
|
|
|
+ // CraftBukkit start
|
|
|
|
+ public PacketPlayInCloseWindow(int id) {
|
|
|
|
+ this.id = id;
|
|
|
|
+ }
|
|
|
|
+ // CraftBukkit end
|
|
|
|
+
|
|
|
|
public void a(PacketListenerPlayIn packetlistenerplayin) {
|
|
|
|
packetlistenerplayin.a(this);
|
|
|
|
}
|