aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/api/0418-Fix-custom-statistic-criteria-creation.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/api/0418-Fix-custom-statistic-criteria-creation.patch')
-rw-r--r--patches/api/0418-Fix-custom-statistic-criteria-creation.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/api/0418-Fix-custom-statistic-criteria-creation.patch b/patches/api/0418-Fix-custom-statistic-criteria-creation.patch
index 4ce5967963..1e6de23d5e 100644
--- a/patches/api/0418-Fix-custom-statistic-criteria-creation.patch
+++ b/patches/api/0418-Fix-custom-statistic-criteria-creation.patch
@@ -5,10 +5,10 @@ Subject: [PATCH] Fix custom statistic criteria creation
diff --git a/src/main/java/org/bukkit/UnsafeValues.java b/src/main/java/org/bukkit/UnsafeValues.java
-index 741ead65c89d4f9521d35dcbc9661d6772058499..0cfbb77c4da58b0692cb1df5686657b5ce04ad87 100644
+index d97e42de951527afb03eafc481704418dedffde9..c73eed20d18d1109e3b78b9daa92d7438fc52e8d 100644
--- a/src/main/java/org/bukkit/UnsafeValues.java
+++ b/src/main/java/org/bukkit/UnsafeValues.java
-@@ -274,5 +274,7 @@ public interface UnsafeValues {
+@@ -276,5 +276,7 @@ public interface UnsafeValues {
* @throws IllegalStateException if no biome by the given key is registered.
*/
void setBiomeKey(RegionAccessor accessor, int x, int y, int z, NamespacedKey biomeKey);