[Auto] 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:
79ada744 SPIGOT-4382: Fix damage_absorbed statistic
This commit is contained in:
Automated
2018-09-17 02:46:39 -04:00
parent 7011002f6a
commit 8eb8e1853c
10 changed files with 46 additions and 46 deletions

View File

@@ -69,7 +69,7 @@ index 35afffede..e8e741374 100644
}
diff --git a/src/main/java/net/minecraft/server/EntityLiving.java b/src/main/java/net/minecraft/server/EntityLiving.java
index 890a3a02b..4aea8e4c7 100644
index 1328f8889..13dd55549 100644
--- a/src/main/java/net/minecraft/server/EntityLiving.java
+++ b/src/main/java/net/minecraft/server/EntityLiving.java
@@ -0,0 +0,0 @@ public abstract class EntityLiving extends Entity {