geforkt von Mirrors/Paper
Add missing setLastDamageCause. Thanks MonsieurApple
Dieser Commit ist enthalten in:
Ursprung
46125dc6cf
Commit
79189c1c13
@ -860,7 +860,7 @@ public abstract class EntityLiving extends Entity {
|
|||||||
} else {
|
} else {
|
||||||
this.world.makeSound(this, "damage.fallsmall", 1.0F, 1.0F);
|
this.world.makeSound(this, "damage.fallsmall", 1.0F, 1.0F);
|
||||||
}
|
}
|
||||||
|
this.getBukkitEntity().setLastDamageCause(event);
|
||||||
this.damageEntity(DamageSource.FALL, i);
|
this.damageEntity(DamageSource.FALL, i);
|
||||||
}
|
}
|
||||||
// CraftBukkit end
|
// CraftBukkit end
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren