summaryrefslogtreecommitdiffstats
path: root/nms-patches/PacketPlayInCloseWindow.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/PacketPlayInCloseWindow.patch')
-rw-r--r--nms-patches/PacketPlayInCloseWindow.patch15
1 files changed, 5 insertions, 10 deletions
diff --git a/nms-patches/PacketPlayInCloseWindow.patch b/nms-patches/PacketPlayInCloseWindow.patch
index 6ffe3272..ed7f29ea 100644
--- a/nms-patches/PacketPlayInCloseWindow.patch
+++ b/nms-patches/PacketPlayInCloseWindow.patch
@@ -1,15 +1,10 @@
---- ../work/decompile-8eb82bde//net/minecraft/server/PacketPlayInCloseWindow.java 2014-11-28 17:43:43.273707431 +0000
-+++ src/main/java/net/minecraft/server/PacketPlayInCloseWindow.java 2014-11-28 17:38:22.000000000 +0000
-@@ -6,6 +6,17 @@
+--- /home/matt/mc-dev-private//net/minecraft/server/PacketPlayInCloseWindow.java 2015-02-26 22:40:22.911608136 +0000
++++ src/main/java/net/minecraft/server/PacketPlayInCloseWindow.java 2015-02-26 22:40:22.911608136 +0000
+@@ -8,6 +8,12 @@
public PacketPlayInCloseWindow() {}
+ // CraftBukkit start
-+ @Override
-+ public void a(PacketListener pl) {
-+ a((PacketListenerPlayIn) pl);
-+ }
-+
+ public PacketPlayInCloseWindow(int id) {
+ this.id = id;
+ }
@@ -18,8 +13,8 @@
public void a(PacketListenerPlayIn packetlistenerplayin) {
packetlistenerplayin.a(this);
}
-@@ -17,8 +28,4 @@
- public void b(PacketDataSerializer packetdataserializer) {
+@@ -19,8 +25,4 @@
+ public void b(PacketDataSerializer packetdataserializer) throws IOException {
packetdataserializer.writeByte(this.id);
}
-