summaryrefslogtreecommitdiffstats
path: root/nms-patches/EntitySpider.patch
blob: 3422e14355cadc4d2096f7ff3dfeaa1b40a6be26 (plain)
1
2
3
4
5
6
7
8
9
@@ -107,7 +107,7 @@
 
             entityskeleton.setPositionRotation(this.locX, this.locY, this.locZ, this.yaw, 0.0F);
             entityskeleton.prepare(difficultydamagescaler, (GroupDataEntity) null);
-            this.world.addEntity(entityskeleton);
+            this.world.addEntity(entityskeleton, org.bukkit.event.entity.CreatureSpawnEvent.SpawnReason.JOCKEY); // CraftBukkit - add SpawnReason
             entityskeleton.mount(this);
         }