From ec0be3fbf293bb582488b2442124911663209da4 Mon Sep 17 00:00:00 2001 From: Owen1212055 <23108066+Owen1212055@users.noreply.github.com> Date: Sat, 24 Jun 2023 17:37:38 -0400 Subject: [PATCH] Fix cycle on paper plugin toString (#9392) --- patches/server/Paper-Plugins.patch | 1 - 1 file changed, 1 deletion(-) diff --git a/patches/server/Paper-Plugins.patch b/patches/server/Paper-Plugins.patch index c764cedad7..042a3c8454 100644 --- a/patches/server/Paper-Plugins.patch +++ b/patches/server/Paper-Plugins.patch @@ -1046,7 +1046,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + "libraryLoader=" + this.libraryLoader + + ", seenIllegalAccess=" + this.seenIllegalAccess + + ", loadedJavaPlugin=" + this.loadedJavaPlugin + -+ ", group=" + this.group + + '}'; + } +