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.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/nms-patches/ContainerHorse.patch b/nms-patches/ContainerHorse.patch
index 0a80f141..c15f5de3 100644
--- a/nms-patches/ContainerHorse.patch
+++ b/nms-patches/ContainerHorse.patch
@@ -12,8 +12,8 @@
public class ContainerHorse extends Container {
- private IInventory a;
- private EntityHorse f;
+ private final IInventory a;
+ private final EntityHorse f;
+ // CraftBukkit start
+ org.bukkit.craftbukkit.inventory.CraftInventoryView bukkitEntity;
@@ -34,4 +34,4 @@
+ // CraftBukkit end
this.a = iinventory1;
this.f = entityhorse;
- byte b0 = 3;
+ boolean flag = true;