Skip to content

fix: Fix MoveOption serialization#26

Merged
astinz merged 1 commit intomcxross:masterfrom
pactlabs:option-serialization
Sep 26, 2025
Merged

fix: Fix MoveOption serialization#26
astinz merged 1 commit intomcxross:masterfrom
pactlabs:option-serialization

Conversation

@d-mooers
Copy link
Contributor

MoveObject previously serialized with an extra byte, lets fix it.

Note that this uses the same collection deserialization that is noted as broken in #25 , but since options can only be 0 or 1, it should not be a concern.

Closes #23

MoveObject previously serialized with an extra byte, lets fix it
@astinz astinz merged commit 5933441 into mcxross:master Sep 26, 2025
1 of 2 checks passed
astinz added a commit that referenced this pull request Feb 2, 2026
fix: Fix MoveOption serialization
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.

MoveOption serializes incorrectly

2 participants