mirror of
https://github.com/PaperMC/Paper.git
synced 2025-04-04 21:41:01 +02:00
11 lines
548 B
Diff
11 lines
548 B
Diff
--- a/net/minecraft/world/entity/monster/EntitySpider.java
|
|
+++ b/net/minecraft/world/entity/monster/EntitySpider.java
|
|
@@ -176,7 +176,7 @@
|
|
MobEffectList mobeffectlist = ((EntitySpider.GroupDataSpider) object).effect;
|
|
|
|
if (mobeffectlist != null) {
|
|
- this.addEffect(new MobEffect(mobeffectlist, Integer.MAX_VALUE));
|
|
+ this.addEffect(new MobEffect(mobeffectlist, Integer.MAX_VALUE), org.bukkit.event.entity.EntityPotionEffectEvent.Cause.SPIDER_SPAWN); // CraftBukkit
|
|
}
|
|
}
|
|
|