13
0
geforkt von Mirrors/Paper

Add missing setLastDamageCause. Thanks MonsieurApple

Dieser Commit ist enthalten in:
feildmaster 2012-07-13 22:57:42 -05:00
Ursprung 46125dc6cf
Commit 79189c1c13

Datei anzeigen

@ -860,7 +860,7 @@ public abstract class EntityLiving extends Entity {
} else {
this.world.makeSound(this, "damage.fallsmall", 1.0F, 1.0F);
}
this.getBukkitEntity().setLastDamageCause(event);
this.damageEntity(DamageSource.FALL, i);
}
// CraftBukkit end