aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0786-Buffer-OOB-setBlock-calls.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0786-Buffer-OOB-setBlock-calls.patch')
-rw-r--r--patches/server/0786-Buffer-OOB-setBlock-calls.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/server/0786-Buffer-OOB-setBlock-calls.patch b/patches/server/0786-Buffer-OOB-setBlock-calls.patch
index 4e1905eb3b..d17173fb30 100644
--- a/patches/server/0786-Buffer-OOB-setBlock-calls.patch
+++ b/patches/server/0786-Buffer-OOB-setBlock-calls.patch
@@ -13,10 +13,10 @@ we'll also only gen a trace for the first one, I see no real pressing need
to generate more, given that that would *massively* negate this patch otherwise
diff --git a/src/main/java/net/minecraft/server/level/WorldGenRegion.java b/src/main/java/net/minecraft/server/level/WorldGenRegion.java
-index 73b96f804079288e9c5fcc11da54e61e89a6782a..52fd12c474c01f3b53d0f6596b7a6fafee52bd0d 100644
+index a38e279c9b36e539c45f410da827056a80acc43c..78284a89900e6b3ee0c066d00ba3ddf043b63401 100644
--- a/src/main/java/net/minecraft/server/level/WorldGenRegion.java
+++ b/src/main/java/net/minecraft/server/level/WorldGenRegion.java
-@@ -275,6 +275,7 @@ public class WorldGenRegion implements WorldGenLevel {
+@@ -296,6 +296,7 @@ public class WorldGenRegion implements WorldGenLevel {
}
}
@@ -24,7 +24,7 @@ index 73b96f804079288e9c5fcc11da54e61e89a6782a..52fd12c474c01f3b53d0f6596b7a6faf
@Override
public boolean ensureCanWrite(BlockPos pos) {
int i = SectionPos.blockToSectionCoord(pos.getX());
-@@ -294,7 +295,15 @@ public class WorldGenRegion implements WorldGenLevel {
+@@ -315,7 +316,15 @@ public class WorldGenRegion implements WorldGenLevel {
return true;
} else {