@@ -0,0 +1,15 @@
|
||||
--- a/net/minecraft/server/PacketPlayInCloseWindow.java
|
||||
+++ b/net/minecraft/server/PacketPlayInCloseWindow.java
|
||||
@@ -8,6 +8,12 @@
|
||||
|
||||
public PacketPlayInCloseWindow() {}
|
||||
|
||||
+ // CraftBukkit start
|
||||
+ public PacketPlayInCloseWindow(int id) {
|
||||
+ this.id = id;
|
||||
+ }
|
||||
+ // CraftBukkit end
|
||||
+
|
||||
public void a(PacketListenerPlayIn packetlistenerplayin) {
|
||||
packetlistenerplayin.a(this);
|
||||
}
|
||||
Reference in New Issue
Block a user