[ci skip] Move chunk system patch a bit back
This commit is contained in:
parent
d405ff1255
commit
a4a08b7342
257 changed files with 721 additions and 739 deletions
|
@ -10,7 +10,7 @@ so we do not need that. The client only needs the chunk it is currently in to
|
|||
be loaded to close the loading screen, so we just send an empty one.
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/server/players/PlayerList.java b/src/main/java/net/minecraft/server/players/PlayerList.java
|
||||
index e67bcde933d8d64ca1d9d18b938f118994bf222b..d0037eaf1a1a256d3d7e2e309c476593a93f8273 100644
|
||||
index f66f7e8070cbe7628a6e4ae69418fb863f684fae..a75e343a03627f1155361c98a45ed8fb66b0c4ec 100644
|
||||
--- a/src/main/java/net/minecraft/server/players/PlayerList.java
|
||||
+++ b/src/main/java/net/minecraft/server/players/PlayerList.java
|
||||
@@ -398,6 +398,16 @@ public abstract class PlayerList {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue