Cleanup ChunkMapDistance patch

This commit is contained in:
Shane Freeder
2019-07-05 03:23:33 +01:00
parent 443dad0d3c
commit 93dacdccc5
3 changed files with 4 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ Subject: [PATCH] Fix MC-154214
Avoid adding player tickets when they're out of range of the closest player
diff --git a/src/main/java/net/minecraft/server/ChunkMapDistance.java b/src/main/java/net/minecraft/server/ChunkMapDistance.java
index c1fdd7b7a4..1a6fe87cd8 100644
index f51bda68a8..9bb711a9db 100644
--- a/src/main/java/net/minecraft/server/ChunkMapDistance.java
+++ b/src/main/java/net/minecraft/server/ChunkMapDistance.java
@@ -0,0 +0,0 @@ public abstract class ChunkMapDistance {