mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-05 10:20:53 +01:00
12 lines
441 B
Diff
12 lines
441 B
Diff
--- a/net/minecraft/server/VillageSiege.java
|
|
+++ b/net/minecraft/server/VillageSiege.java
|
|
@@ -102,7 +102,7 @@
|
|
}
|
|
|
|
entityzombie.setPositionRotation(vec3d.x, vec3d.y, vec3d.z, this.a.random.nextFloat() * 360.0F, 0.0F);
|
|
- this.a.addEntity(entityzombie);
|
|
+ this.a.addEntity(entityzombie, org.bukkit.event.entity.CreatureSpawnEvent.SpawnReason.VILLAGE_INVASION); // CraftBukkit
|
|
}
|
|
}
|
|
|