Skip to content

Paper Map Loading Bug Fix - #2843

Open
MC-Samuel wants to merge 3 commits into
DenizenScript:devfrom
MC-Samuel:fix/26.2-map-loading
Open

MC-Samuel wants to merge 3 commits into
DenizenScript:devfrom
MC-Samuel:fix/26.2-map-loading

Conversation

@MC-Samuel

Copy link
Copy Markdown
Contributor

In Paper's 26.2 builds, a method in map rendering/loading was made private that Spigot keeps public, causing an IllegalAccessError. Paper does have another method to do this same thing, but it requires an additional argument. To allow both Spigot and Paper usage, I used the existing method of processing a different method name to allow for different names and configurations of arguments (26.2 only, since it's only needed there for now).

Reported at https://discord.com/channels/315163488085475337/1546231451710660789

@MC-Samuel MC-Samuel changed the title 26.2 Map Loading Bug Fix Paper Map Loading Bug Fix Sep 18, 2026
@MC-Samuel

Copy link
Copy Markdown
Contributor Author

Fix has been added to 26.3 as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants