mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-15 14:13:56 +01:00
Fix cycle on paper plugin toString (#9392)
This commit is contained in:
parent
08197c3a58
commit
ec0be3fbf2
1 changed files with 0 additions and 1 deletions
|
@ -1046,7 +1046,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ "libraryLoader=" + this.libraryLoader +
|
||||
+ ", seenIllegalAccess=" + this.seenIllegalAccess +
|
||||
+ ", loadedJavaPlugin=" + this.loadedJavaPlugin +
|
||||
+ ", group=" + this.group +
|
||||
+ '}';
|
||||
+ }
|
||||
+
|
||||
|
|
Loading…
Reference in a new issue