summaryrefslogtreecommitdiffhomepage
path: root/patches/server/1028-Fix-CraftWorld-isChunkGenerated.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/1028-Fix-CraftWorld-isChunkGenerated.patch')
-rw-r--r--patches/server/1028-Fix-CraftWorld-isChunkGenerated.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/1028-Fix-CraftWorld-isChunkGenerated.patch b/patches/server/1028-Fix-CraftWorld-isChunkGenerated.patch
index 6811b4bfce..c402325cb5 100644
--- a/patches/server/1028-Fix-CraftWorld-isChunkGenerated.patch
+++ b/patches/server/1028-Fix-CraftWorld-isChunkGenerated.patch
@@ -6,10 +6,10 @@ Subject: [PATCH] Fix CraftWorld#isChunkGenerated
The upstream implementation is returning true for non-full chunks.
diff --git a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
-index 0b9e4f68df87e89bda458ce715982c6db780ebc4..7f523399774ba395a6bc99d92553c6e4def80eab 100644
+index 8221597951c5e768fa8af23adc1a57871c76f3a6..90d4834f97d3ba996d46493246b1947511553424 100644
--- a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
+++ b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
-@@ -362,11 +362,28 @@ public class CraftWorld extends CraftRegionAccessor implements World {
+@@ -372,11 +372,28 @@ public class CraftWorld extends CraftRegionAccessor implements World {
@Override
public boolean isChunkGenerated(int x, int z) {