mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 10:17:38 +01:00
25f3b50f6b
By: md_5 <git@md-5.net>
12 lines
564 B
Diff
12 lines
564 B
Diff
--- a/net/minecraft/world/entity/monster/EntitySkeletonWither.java
|
|
+++ b/net/minecraft/world/entity/monster/EntitySkeletonWither.java
|
|
@@ -106,7 +106,7 @@
|
|
return false;
|
|
} else {
|
|
if (entity instanceof EntityLiving) {
|
|
- ((EntityLiving) entity).addEffect(new MobEffect(MobEffects.WITHER, 200), this);
|
|
+ ((EntityLiving) entity).addEffect(new MobEffect(MobEffects.WITHER, 200), this, org.bukkit.event.entity.EntityPotionEffectEvent.Cause.ATTACK); // CraftBukkit
|
|
}
|
|
|
|
return true;
|