Drop 0394-Fixed-MC-156852.patch (Fixes #2913)

This commit is contained in:
Shane Freeder
2020-01-30 09:36:03 +00:00
parent b4124adee3
commit 3740be5966
19 changed files with 42 additions and 69 deletions

View File

@@ -13,7 +13,7 @@ Quickly loading the exact world spawn chunk before searching the
heightmap resolves the issue without having to load all spawn chunks.
diff --git a/src/main/java/net/minecraft/server/Entity.java b/src/main/java/net/minecraft/server/Entity.java
index c1ffd6dc1c..f8461960e0 100644
index ac34a1008..3db5ac19a 100644
--- a/src/main/java/net/minecraft/server/Entity.java
+++ b/src/main/java/net/minecraft/server/Entity.java
@@ -0,0 +0,0 @@ public abstract class Entity implements INamableTileEntity, ICommandListener, Ke