aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorNassim Jahnke <[email protected]>2024-06-16 23:23:50 +0200
committerNassim Jahnke <[email protected]>2024-06-16 23:23:50 +0200
commit61b85e4cbf6e8c9f49b31a90ba01061c2d68d0e5 (patch)
tree24c533e56055221e01ca63dbe4875938c6e2b6d3 /patches
parentf8ee0a06c563864f1f703937155a9c27e1c93eb0 (diff)
downloadPaper-61b85e4cbf6e8c9f49b31a90ba01061c2d68d0e5.tar.gz
Paper-61b85e4cbf6e8c9f49b31a90ba01061c2d68d0e5.zip
Fix legacy cb version in remapper
Diffstat (limited to 'patches')
-rw-r--r--patches/server/0022-Remap-reflection-calls-in-plugins-using-internals.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0022-Remap-reflection-calls-in-plugins-using-internals.patch b/patches/server/0022-Remap-reflection-calls-in-plugins-using-internals.patch
index ddb41666e1..5e4cb7a5f1 100644
--- a/patches/server/0022-Remap-reflection-calls-in-plugins-using-internals.patch
+++ b/patches/server/0022-Remap-reflection-calls-in-plugins-using-internals.patch
@@ -608,7 +608,7 @@ index 0000000000000000000000000000000000000000..5fa5868e82d1f00498d0c5771369e171
+ }
+}
diff --git a/src/main/java/io/papermc/paper/util/MappingEnvironment.java b/src/main/java/io/papermc/paper/util/MappingEnvironment.java
-index 8e4229634d41a42b3d93948eebb77def7c0c72b1..4d57213c9917ea965bfe06a5d242e61422457ee2 100644
+index 8e4229634d41a42b3d93948eebb77def7c0c72b1..2458685e7612040cea9d638dd2d945da1399ed77 100644
--- a/src/main/java/io/papermc/paper/util/MappingEnvironment.java
+++ b/src/main/java/io/papermc/paper/util/MappingEnvironment.java
@@ -10,6 +10,8 @@ import org.checkerframework.framework.qual.DefaultQualifier;
@@ -616,7 +616,7 @@ index 8e4229634d41a42b3d93948eebb77def7c0c72b1..4d57213c9917ea965bfe06a5d242e614
@DefaultQualifier(NonNull.class)
public final class MappingEnvironment {
+ public static final boolean DISABLE_PLUGIN_REWRITING = Boolean.getBoolean("paper.disable-plugin-rewriting");
-+ public static final String LEGACY_CB_VERSION = "v1_20_R4";
++ public static final String LEGACY_CB_VERSION = "v1_21_R1";
private static final @Nullable String MAPPINGS_HASH = readMappingsHash();
private static final boolean REOBF = checkReobf();