mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-04 22:51:29 +01:00
3df6aee27f
By: Martoph <sager1018@gmail.com>
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;
|