aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0850-Update-the-flag-when-a-captured-block-state-is-outda.patch
diff options
context:
space:
mode:
authorLulu13022002 <[email protected]>2024-02-01 10:15:57 +0100
committerGitHub <[email protected]>2024-02-01 10:15:57 +0100
commit294347bee236d2bd367000c98c324aa721000889 (patch)
tree8b796048b06bd30eaa676f62682d198c1ed8b489 /patches/server/0850-Update-the-flag-when-a-captured-block-state-is-outda.patch
parentb3c81089ae26cc3ad2e7388c7b64457f3f83c98a (diff)
downloadPaper-294347bee236d2bd367000c98c324aa721000889.tar.gz
Paper-294347bee236d2bd367000c98c324aa721000889.zip
[ci skip] Cleanup events (#10202)
Diffstat (limited to 'patches/server/0850-Update-the-flag-when-a-captured-block-state-is-outda.patch')
-rw-r--r--patches/server/0850-Update-the-flag-when-a-captured-block-state-is-outda.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0850-Update-the-flag-when-a-captured-block-state-is-outda.patch b/patches/server/0850-Update-the-flag-when-a-captured-block-state-is-outda.patch
index cb0d75807f..d580c7b237 100644
--- a/patches/server/0850-Update-the-flag-when-a-captured-block-state-is-outda.patch
+++ b/patches/server/0850-Update-the-flag-when-a-captured-block-state-is-outda.patch
@@ -5,10 +5,10 @@ Subject: [PATCH] Update the flag when a captured block state is outdated
diff --git a/src/main/java/net/minecraft/world/level/Level.java b/src/main/java/net/minecraft/world/level/Level.java
-index ff8e8a4f1002ca095df232336c4551b115383ef4..0bf91f88a9385797c508d165501ab18658707d71 100644
+index 76deb93a1a1d3f93498176f32ef291e1299c588d..cb4be07de48cbb18d6b7cd79f57aae40cfcc8a56 100644
--- a/src/main/java/net/minecraft/world/level/Level.java
+++ b/src/main/java/net/minecraft/world/level/Level.java
-@@ -456,6 +456,7 @@ public abstract class Level implements LevelAccessor, AutoCloseable {
+@@ -451,6 +451,7 @@ public abstract class Level implements LevelAccessor, AutoCloseable {
blockstate = CapturedBlockState.getTreeBlockState(this, pos, flags);
this.capturedBlockStates.put(pos.immutable(), blockstate);
}