Remove patch for MC-111480, fixed in 1.14

We were now starting entities at ID 2
This commit is contained in:
Aikar
2020-04-11 20:39:21 -04:00
parent f654174059
commit a5eb244a55
26 changed files with 30 additions and 52 deletions

View File

@@ -7,7 +7,7 @@ The cache should contain the chunk status when saving. If not it
will load it.
diff --git a/src/main/java/net/minecraft/server/PlayerChunkMap.java b/src/main/java/net/minecraft/server/PlayerChunkMap.java
index ef8418ffa7..02ed8c6c4c 100644
index 57b1341b5a..5ac370720c 100644
--- a/src/main/java/net/minecraft/server/PlayerChunkMap.java
+++ b/src/main/java/net/minecraft/server/PlayerChunkMap.java
@@ -0,0 +0,0 @@ public class PlayerChunkMap extends IChunkLoader implements PlayerChunk.d {