12 lines
480 B
Diff
12 lines
480 B
Diff
--- a/net/minecraft/world/entity/projectile/EntityLlamaSpit.java
|
|
+++ b/net/minecraft/world/entity/projectile/EntityLlamaSpit.java
|
|
@@ -34,7 +34,7 @@
|
|
MovingObjectPosition movingobjectposition = ProjectileHelper.a((Entity) this, this::a);
|
|
|
|
if (movingobjectposition != null) {
|
|
- this.a(movingobjectposition);
|
|
+ this.preOnHit(movingobjectposition); // CraftBukkit - projectile hit event
|
|
}
|
|
|
|
double d0 = this.locX() + vec3d.x;
|