From c5e9a169fa564f3b8119b6666f8df59d5a9b45c3 Mon Sep 17 00:00:00 2001 From: md_5 Date: Tue, 10 May 2016 21:47:39 +1000 Subject: Minecraft 1.9.4 --- nms-patches/InventorySubcontainer.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nms-patches/InventorySubcontainer.patch') diff --git a/nms-patches/InventorySubcontainer.patch b/nms-patches/InventorySubcontainer.patch index efc31989..a57a94a4 100644 --- a/nms-patches/InventorySubcontainer.patch +++ b/nms-patches/InventorySubcontainer.patch @@ -1,8 +1,8 @@ --- a/net/minecraft/server/InventorySubcontainer.java +++ b/net/minecraft/server/InventorySubcontainer.java -@@ -3,6 +3,13 @@ - import com.google.common.collect.Lists; +@@ -4,6 +4,13 @@ import java.util.List; + import javax.annotation.Nullable; +// CraftBukkit start +import java.util.List; @@ -14,7 +14,7 @@ public class InventorySubcontainer implements IInventory { private String a; -@@ -11,7 +18,47 @@ +@@ -12,7 +19,47 @@ private List d; private boolean e; -- cgit v1.2.3