From aa008dff0f9bedbe88e1fe79831776b0a52eb90a Mon Sep 17 00:00:00 2001 From: md_5 Date: Tue, 1 Mar 2016 08:32:46 +1100 Subject: Update to Minecraft 1.9 --- nms-patches/PacketPlayInCloseWindow.patch | 9 --------- 1 file changed, 9 deletions(-) (limited to 'nms-patches/PacketPlayInCloseWindow.patch') diff --git a/nms-patches/PacketPlayInCloseWindow.patch b/nms-patches/PacketPlayInCloseWindow.patch index b7678c6d..c17757e8 100644 --- a/nms-patches/PacketPlayInCloseWindow.patch +++ b/nms-patches/PacketPlayInCloseWindow.patch @@ -13,12 +13,3 @@ public void a(PacketListenerPlayIn packetlistenerplayin) { packetlistenerplayin.a(this); } -@@ -19,8 +25,4 @@ - public void b(PacketDataSerializer packetdataserializer) throws IOException { - packetdataserializer.writeByte(this.id); - } -- -- public void a(PacketListener packetlistener) { -- this.a((PacketListenerPlayIn) packetlistener); -- } - } -- cgit v1.2.3