Rebuild patches

This commit is contained in:
Zach Brown
2020-02-06 21:07:34 -06:00
parent 062bacbad1
commit 9cfc21d148
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ When the server is lagging, players will wait longer when eating.
Change to also use a time check instead if it passes.
diff --git a/src/main/java/net/minecraft/server/EntityLiving.java b/src/main/java/net/minecraft/server/EntityLiving.java
index 80219f2df..1c93f1fbc 100644
index 6184cced7..1b9551ae0 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 {