From 7dbde1de0027da125f6d97cb0b235340c9887afb Mon Sep 17 00:00:00 2001 From: Spottedleaf Date: Sat, 11 Jan 2025 06:46:58 -0800 Subject: [PATCH] Rebuild patches --- .../type/spigot/SpigotPluginProviderFactory.java.patch | 5 +++++ .../craftbukkit/util/DelegatedGeneratorAccess.java.patch | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/folia-server/paper-patches/files/src/main/java/io/papermc/paper/plugin/provider/type/spigot/SpigotPluginProviderFactory.java.patch b/folia-server/paper-patches/files/src/main/java/io/papermc/paper/plugin/provider/type/spigot/SpigotPluginProviderFactory.java.patch index f8a75e0..72bcfb0 100644 --- a/folia-server/paper-patches/files/src/main/java/io/papermc/paper/plugin/provider/type/spigot/SpigotPluginProviderFactory.java.patch +++ b/folia-server/paper-patches/files/src/main/java/io/papermc/paper/plugin/provider/type/spigot/SpigotPluginProviderFactory.java.patch @@ -12,3 +12,8 @@ // Copied from SimplePluginManager#loadPlugins // Spigot doesn't validate the name when the config is created, and instead when the plugin is loaded. // Paper plugin configuration will do these checks in config serializer instead of when this is created. +@@ -81,4 +_,3 @@ + return descriptionFile; + } + } +- diff --git a/folia-server/paper-patches/files/src/main/java/org/bukkit/craftbukkit/util/DelegatedGeneratorAccess.java.patch b/folia-server/paper-patches/files/src/main/java/org/bukkit/craftbukkit/util/DelegatedGeneratorAccess.java.patch index 96fed3c..02f7781 100644 --- a/folia-server/paper-patches/files/src/main/java/org/bukkit/craftbukkit/util/DelegatedGeneratorAccess.java.patch +++ b/folia-server/paper-patches/files/src/main/java/org/bukkit/craftbukkit/util/DelegatedGeneratorAccess.java.patch @@ -14,3 +14,8 @@ public WorldGenLevel getHandle() { return this.handle; } +@@ -812,4 +_,3 @@ + } + // Paper end + } +-