diff --git a/patches/server/0013-Paper-Plugins.patch b/patches/server/0013-Paper-Plugins.patch index a3ec0d2db5..1fd125e2e7 100644 --- a/patches/server/0013-Paper-Plugins.patch +++ b/patches/server/0013-Paper-Plugins.patch @@ -852,10 +852,10 @@ index 0000000000000000000000000000000000000000..f9a2c55a354c877749db3f92956de802 +} diff --git a/src/main/java/io/papermc/paper/plugin/entrypoint/classloader/PaperPluginClassLoader.java b/src/main/java/io/papermc/paper/plugin/entrypoint/classloader/PaperPluginClassLoader.java new file mode 100644 -index 0000000000000000000000000000000000000000..3c83feac2f2f0be56e373463d47d643a5f9ae374 +index 0000000000000000000000000000000000000000..5a00e5c41274ded6b837fb81fa8f54616f2b7bc8 --- /dev/null +++ b/src/main/java/io/papermc/paper/plugin/entrypoint/classloader/PaperPluginClassLoader.java -@@ -0,0 +1,206 @@ +@@ -0,0 +1,205 @@ +package io.papermc.paper.plugin.entrypoint.classloader; + +import io.papermc.paper.plugin.configuration.PluginMeta; @@ -1046,7 +1046,6 @@ index 0000000000000000000000000000000000000000..3c83feac2f2f0be56e373463d47d643a + "libraryLoader=" + this.libraryLoader + + ", seenIllegalAccess=" + this.seenIllegalAccess + + ", loadedJavaPlugin=" + this.loadedJavaPlugin + -+ ", group=" + this.group + + '}'; + } +