Cleanup Entity add to world fixes

This commit is contained in:
Shane Freeder
2018-12-18 02:07:05 +00:00
parent 9e20d8d87b
commit 1cd0cdf543
2 changed files with 3 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ This fix always sends chunks to the client, and simply updates
the client anytime post processing is triggered with the new chunk data.
diff --git a/src/main/java/net/minecraft/server/Chunk.java b/src/main/java/net/minecraft/server/Chunk.java
index ccdc171d4..7751ae444 100644
index 2253092a9..811a63e04 100644
--- a/src/main/java/net/minecraft/server/Chunk.java
+++ b/src/main/java/net/minecraft/server/Chunk.java
@@ -0,0 +0,0 @@ public class Chunk implements IChunkAccess {