aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0472-Implement-Chunk-Priority-Urgency-System-for-Chunks.patch
diff options
context:
space:
mode:
authorJason <[email protected]>2021-12-23 02:32:26 -0800
committerGitHub <[email protected]>2021-12-23 02:32:26 -0800
commit464b1715bb8fb3c87b1f0f1f76d136b581794228 (patch)
treecf75fb749d7b4b160a3e792b369ba8f13674a0d2 /patches/server/0472-Implement-Chunk-Priority-Urgency-System-for-Chunks.patch
parentbf826b3facec6c2f0b2533bd798562a338631797 (diff)
downloadPaper-464b1715bb8fb3c87b1f0f1f76d136b581794228.tar.gz
Paper-464b1715bb8fb3c87b1f0f1f76d136b581794228.zip
Add uncaught exception handler using logger to usages of ThreadFactoryBuilder (#7179)
Diffstat (limited to 'patches/server/0472-Implement-Chunk-Priority-Urgency-System-for-Chunks.patch')
-rw-r--r--patches/server/0472-Implement-Chunk-Priority-Urgency-System-for-Chunks.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0472-Implement-Chunk-Priority-Urgency-System-for-Chunks.patch b/patches/server/0472-Implement-Chunk-Priority-Urgency-System-for-Chunks.patch
index 28a89aa53b..ed0e3e94c7 100644
--- a/patches/server/0472-Implement-Chunk-Priority-Urgency-System-for-Chunks.patch
+++ b/patches/server/0472-Implement-Chunk-Priority-Urgency-System-for-Chunks.patch
@@ -68,10 +68,10 @@ index 18ae2e2b339d357fbe0f6f2b18bc14c0dfe4c222..3b7ba9c755c82a6f086d5542d32b3567
}
diff --git a/src/main/java/net/minecraft/server/MCUtil.java b/src/main/java/net/minecraft/server/MCUtil.java
-index 2fe519d4059fac06781c30e140895b604e13104f..35949e9c15eb998aa89842d34d0999cd973590e0 100644
+index 89e0181af99cba2368f875fc192342efc972f2ef..b3516862d796c2d9fcc1c67a6073445403d73088 100644
--- a/src/main/java/net/minecraft/server/MCUtil.java
+++ b/src/main/java/net/minecraft/server/MCUtil.java
-@@ -675,6 +675,7 @@ public final class MCUtil {
+@@ -681,6 +681,7 @@ public final class MCUtil {
chunkData.addProperty("x", playerChunk.pos.x);
chunkData.addProperty("z", playerChunk.pos.z);
chunkData.addProperty("ticket-level", playerChunk.getTicketLevel());