summaryrefslogtreecommitdiffstats
path: root/nms-patches/EntityHorseAbstract.patch
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2016-11-21 21:56:17 +1100
committermd_5 <git@md-5.net>2016-11-21 21:58:29 +1100
commit691628ab5cc38c77b9c1a9bd884c7ce40b96373c (patch)
treee190a0d6344e1e83a7bbb3ae36b6fa686dcfda4c /nms-patches/EntityHorseAbstract.patch
parent0b154b18523e8809cc54ad6c33b60aed11917a37 (diff)
downloadcraftbukkit-691628ab5cc38c77b9c1a9bd884c7ce40b96373c.tar
craftbukkit-691628ab5cc38c77b9c1a9bd884c7ce40b96373c.tar.gz
craftbukkit-691628ab5cc38c77b9c1a9bd884c7ce40b96373c.tar.lz
craftbukkit-691628ab5cc38c77b9c1a9bd884c7ce40b96373c.tar.xz
craftbukkit-691628ab5cc38c77b9c1a9bd884c7ce40b96373c.zip
Fix setCarryingChest not resizing horse inventory
Diffstat (limited to 'nms-patches/EntityHorseAbstract.patch')
-rw-r--r--nms-patches/EntityHorseAbstract.patch8
1 files changed, 6 insertions, 2 deletions
diff --git a/nms-patches/EntityHorseAbstract.patch b/nms-patches/EntityHorseAbstract.patch
index 2fcf61ef..aff173b0 100644
--- a/nms-patches/EntityHorseAbstract.patch
+++ b/nms-patches/EntityHorseAbstract.patch
@@ -16,8 +16,12 @@
public EntityHorseAbstract(World world) {
super(world);
-@@ -214,7 +216,7 @@
- protected void dx() {
+@@ -211,10 +213,10 @@
+ return 2;
+ }
+
+- protected void dx() {
++ public void dx() { // PAIL: protected-> public, rename
InventoryHorseChest inventoryhorsechest = this.inventoryChest;
- this.inventoryChest = new InventoryHorseChest("HorseChest", this.di());