-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix class NotFoundException on Paper-443 (1.8.8) (#159)
Java couldn't find the class WorldType because it wasn't using the correct classpath. The ByteArrayClassPath will only load the class we're patching, and not any dependent classes. I'm pretty sure we don't need both the ByteArrayClassPath and the new LoaderClassPath, but I only tested with 1.8.8 on Spigot/Paper. Fixes #158 Co-authored-by: Grinderwolf <[email protected]>
- Loading branch information
1 parent
59443d6
commit 0196209
Showing
2 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters