Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-15 12:30:06 +01:00
#740: Fix EntityDamageEvent not being called for non EntityDamageSource for End Crystals
Dieser Commit ist enthalten in:
Ursprung
3c7143e7b4
Commit
3f572834a6
@ -986,10 +986,6 @@ public class CraftEventFactory {
|
||||
}
|
||||
|
||||
public static boolean handleNonLivingEntityDamageEvent(Entity entity, DamageSource source, double damage, boolean cancelOnZeroDamage, boolean cancelled) {
|
||||
if (entity instanceof EntityEnderCrystal && !(source instanceof EntityDamageSource)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
final EnumMap<DamageModifier, Double> modifiers = new EnumMap<DamageModifier, Double>(DamageModifier.class);
|
||||
final EnumMap<DamageModifier, Function<? super Double, Double>> functions = new EnumMap(DamageModifier.class);
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren