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 queue serialisation. #7455

Merged
merged 2 commits into from
Jan 25, 2025
Merged

Conversation

Moderocky
Copy link
Member

Description

Queues used an automatic serialiser, but the actual node fields in a linked list are transient (because it does it manually) so none of the values actually get stored.
This makes it just save the array of values instead.


Target Minecraft Versions: any
Requirements: none
Related Issues: none

@Moderocky Moderocky added bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. 2.10 Targeting a 2.10.X version release labels Jan 16, 2025
@Moderocky Moderocky merged commit c1c127d into SkriptLang:dev/patch Jan 25, 2025
5 checks passed
@Moderocky Moderocky deleted the fix-it-duck branch January 25, 2025 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.10 Targeting a 2.10.X version release bug An issue that needs to be fixed. Alternatively, a PR fixing an issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants