Restore Use-getChunkIfLoadedImmediately-in-places.patch

This commit is contained in:
Shane Freeder
2019-12-16 02:47:23 +00:00
parent 486c9d94f3
commit 3591f1ff6b
23 changed files with 149 additions and 74 deletions

View File

@@ -7,7 +7,7 @@ The problem was we were checking isExpired() on the entry, but if it
was expired at that point, then it would be null.
diff --git a/src/main/java/net/minecraft/server/PlayerList.java b/src/main/java/net/minecraft/server/PlayerList.java
index 68e089a4b..f702619aa 100644
index 68e089a4b6..f702619aa2 100644
--- a/src/main/java/net/minecraft/server/PlayerList.java
+++ b/src/main/java/net/minecraft/server/PlayerList.java
@@ -0,0 +0,0 @@ public abstract class PlayerList {