Revert Don-t-recheck-type-after-setting-a-block.patch

This commit is contained in:
Spottedleaf
2019-05-26 10:40:12 -07:00
parent 6a951ff79a
commit 3e0027e482
11 changed files with 14 additions and 45 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 0d51c1baeb..46804203fe 100644
index 966879a894..d1556ec338 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 {