mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-09 04:09:54 +01:00
90ac03522a
This reverts commit d6e3dff7d8
.
12 lines
645 B
Diff
12 lines
645 B
Diff
--- ../work/decompile-8eb82bde//net/minecraft/server/VillageSiege.java 2014-11-28 17:43:43.417707428 +0000
|
|
+++ src/main/java/net/minecraft/server/VillageSiege.java 2014-11-28 17:38:23.000000000 +0000
|
|
@@ -140,7 +140,7 @@
|
|
}
|
|
|
|
entityzombie.setPositionRotation(vec3d.a, vec3d.b, vec3d.c, 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
|
|
BlockPosition blockposition = this.f.a();
|
|
|
|
entityzombie.a(blockposition, this.f.b());
|