WolfyScript / WolfyUtils-Spigot

The WolfyUtilities implementation for the Spigot platform
10 stars 4 forks source link

Bypass Classloader debug logging on Paper to prevent StackOverflow #54

Closed WolfyScript closed 1 year ago

WolfyScript commented 1 year ago

Some ClassLoaders created by Paper cause a StackOverflowError when their toString() method is invoked. This change just does not log the classloaders on paper anymore and therefor doesn't invoke the toString method.