summaryrefslogtreecommitdiffstats
path: root/nms-patches/EntityHorseAbstract.patch
diff options
context:
space:
mode:
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());