Archiviert
13
0
Dieses Repository wurde am 2024-12-25 archiviert. Du kannst Dateien ansehen und es klonen, aber nicht pushen oder Issues/Pull-Requests öffnen.
Paper-Old/src/main/java
Sam Wilson e92bdab57a Fixed CraftLivingEntity.damage when the entity is an EntityComplex.
Fixes BUKKIT-589: if you call damage on an instance of EnderDragon, no damage
is done.

Reason for bug: damage calls Entity.damageEntity.  But EntityComplex
overrides damageEntity to do nothing.

Fix: CraftComplexLiving should call EntityComplex.e instead of
Entity.damageEntity.  e is the method that actually does damage to an
instance of EntityComplex.
2012-01-24 04:10:47 -05:00
..
net/minecraft/server Fixed CraftLivingEntity.damage when the entity is an EntityComplex. 2012-01-24 04:10:47 -05:00
org/bukkit/craftbukkit Fixed CraftLivingEntity.damage when the entity is an EntityComplex. 2012-01-24 04:10:47 -05:00