Skip to content

Fix queue serialisation.#7455

Merged
Moderocky merged 2 commits into
SkriptLang:dev/patchfrom
Moderocky:fix-it-duck
Jan 25, 2025
Merged

Fix queue serialisation.#7455
Moderocky merged 2 commits into
SkriptLang:dev/patchfrom
Moderocky:fix-it-duck

Conversation

@Moderocky
Copy link
Copy Markdown
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 labels Jan 16, 2025
@Moderocky Moderocky merged commit c1c127d into SkriptLang:dev/patch Jan 25, 2025
@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

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