Allow reading of oversized region files

This commit is contained in:
Shane Freeder
2019-12-13 16:22:16 +00:00
parent 7b9f9f4ab6
commit 64bc3e1f0b
13 changed files with 286 additions and 19 deletions

View File

@@ -9,7 +9,7 @@ waiting for the execution queue to get to our request; We can just query
the chunk status and get a response now, vs having to wait
diff --git a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
index 12362d560..29c14c707 100644
index 38f61fddf..f773534d9 100644
--- a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
+++ b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
@@ -0,0 +0,0 @@ public class CraftWorld implements World {