summaryrefslogtreecommitdiffstats
path: root/nms-patches/ContainerHorse.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/ContainerHorse.patch')
-rw-r--r--nms-patches/ContainerHorse.patch5
1 files changed, 3 insertions, 2 deletions
diff --git a/nms-patches/ContainerHorse.patch b/nms-patches/ContainerHorse.patch
index 845da062..0a80f141 100644
--- a/nms-patches/ContainerHorse.patch
+++ b/nms-patches/ContainerHorse.patch
@@ -1,14 +1,15 @@
--- a/net/minecraft/server/ContainerHorse.java
+++ b/net/minecraft/server/ContainerHorse.java
-@@ -1,11 +1,33 @@
+@@ -1,13 +1,34 @@
package net.minecraft.server;
+ import javax.annotation.Nullable;
+// CraftBukkit start
+import org.bukkit.craftbukkit.inventory.CraftInventory;
+import org.bukkit.craftbukkit.inventory.CraftInventoryView;
+import org.bukkit.inventory.InventoryView;
+// CraftBukkit end
-+
+
public class ContainerHorse extends Container {
private IInventory a;