Updated Upstream (CraftBukkit)

Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

CraftBukkit Changes:
c6997924 SPIGOT-5110: Zombies converting to drowned too quickly
0c575603 SPIGOT-5101: Raids crash
This commit is contained in:
Shane Freeder
2019-06-28 14:02:49 +01:00
parent a54890fe8c
commit b61c6a3958
4 changed files with 3 additions and 31 deletions

View File

@@ -29,7 +29,7 @@ index 9311cc5bd6..07f7b90f58 100644
// CraftBukkit end
this.die();
diff --git a/src/main/java/net/minecraft/server/EntityZombie.java b/src/main/java/net/minecraft/server/EntityZombie.java
index 0f4e50c3fe..76cf1d8bfc 100644
index 19eb72909a..5d93af5857 100644
--- a/src/main/java/net/minecraft/server/EntityZombie.java
+++ b/src/main/java/net/minecraft/server/EntityZombie.java
@@ -0,0 +0,0 @@ public class EntityZombie extends EntityMonster {