Fix more derps from file patch updates

This commit is contained in:
Nassim Jahnke
2024-12-18 11:56:22 +01:00
parent 9d837fe4b6
commit c4fd69c807
7 changed files with 19 additions and 46 deletions

View File

@@ -14,7 +14,7 @@
if (hitResultOnMoveVector.getType() != HitResult.Type.MISS && this.isAlive()) {
- this.hitTargetOrDeflectSelf(hitResultOnMoveVector);
+ this.preHitTargetOrDeflectSelf(hitResultOnMoveVector);
+ this.preHitTargetOrDeflectSelf(hitResultOnMoveVector); // CraftBukkit - projectile hit event
}
this.createParticleTrail();