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.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/nms-patches/EntityHorseAbstract.patch b/nms-patches/EntityHorseAbstract.patch
index 04726e1a..8d0d0bc4 100644
--- a/nms-patches/EntityHorseAbstract.patch
+++ b/nms-patches/EntityHorseAbstract.patch
@@ -59,9 +59,9 @@
+ super.die(damagesource); // CraftBukkit
}
- public void k() {
+ public void movementTick() {
@@ -480,7 +483,7 @@
- super.k();
+ super.movementTick();
if (!this.world.isClientSide) {
if (this.random.nextInt(900) == 0 && this.deathTicks == 0) {
- this.heal(1.0F);