Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reversed byte order in custom file protocol #66

Open
wants to merge 1 commit into
base: v3
Choose a base branch
from

Conversation

granny
Copy link
Owner

@granny granny commented Nov 7, 2024

Before, the packed integer was being turned into a reversed byte array. This isn't really an issue as long as it's converted back into a packed integer using the same logic.

settings.web-directory.read-only will need to be set to false in the config when updating Pl3xMap to the version with this fix, since it includes changes to the webmap files.

Will be merged when updating to the next future minecraft update.

Before, the packed integer was being turned into a reversed byte array. This isn't really an issue as long as it's converted back into a packed integer using the same logic.

`settings.web-directory.read-only` will need to be set to `false` in the config when updating Pl3xMap to the version with this fix, since it includes changes to the webmap files.
@granny granny force-pushed the fix/custom-file-reversed-byte-order branch from d96ca17 to 54bfa6d Compare November 7, 2024 09:29
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.

1 participant