Allow proto chunks to be saved again

Appear to be used more extensively in 1.14. Subject to further review.
This commit is contained in:
Zach Brown
2019-05-30 18:22:34 -05:00
parent 18794d2123
commit f501069d24
88 changed files with 156 additions and 178 deletions

View File

@@ -10,7 +10,7 @@ it impossible to properly cancel the event or modify the book meta
cancelled writing
diff --git a/src/main/java/net/minecraft/server/PlayerConnection.java b/src/main/java/net/minecraft/server/PlayerConnection.java
index baab1a88a..f007290ff 100644
index f68693525..98d1138cb 100644
--- a/src/main/java/net/minecraft/server/PlayerConnection.java
+++ b/src/main/java/net/minecraft/server/PlayerConnection.java
@@ -0,0 +0,0 @@ public class PlayerConnection implements PacketListenerPlayIn {