mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-31 04:13:51 -07:00
@@ -7,9 +7,9 @@
|
||||
- this.e.setGoalTarget(this.e.getLastDamager());
|
||||
+ this.e.setGoalTarget(this.e.getLastDamager(), org.bukkit.event.entity.EntityTargetEvent.TargetReason.TARGET_ATTACKED_ENTITY, true); // CraftBukkit - reason
|
||||
this.g = this.e.getGoalTarget();
|
||||
this.b = this.e.bI();
|
||||
this.b = this.e.bK();
|
||||
this.h = 300;
|
||||
@@ -61,6 +61,6 @@
|
||||
@@ -66,6 +66,6 @@
|
||||
}
|
||||
|
||||
protected void a(EntityCreature entitycreature, EntityLiving entityliving) {
|
||||
|
Reference in New Issue
Block a user