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

Address Variable Loading Changes #5892

Merged
merged 1 commit into from
Aug 8, 2023

Conversation

APickledWalrus
Copy link
Member

Description

This PR address the issue of variables loading after script loading occurs (meaning events like on script load have already triggered). This change was made in #4873, where the intent may have been to allow addons to provide users the ability to register their own variable storage implementations within scripts. Additional changes will need to be made and tested for something like that to be feasible. It is important to note that this PR will not affect the ability for addons to register their own storage implementations. This code is still executed within a delayed task (it is just executed before scripts load now).


Target Minecraft Versions: any
Requirements: none
Related Issues:

It is already in a delayed task.
@APickledWalrus APickledWalrus added the 2.7 Targeting a 2.7.X version release label Aug 8, 2023
@Moderocky Moderocky merged commit 6fdafdc into SkriptLang:master Aug 8, 2023
AyhamAl-Ali pushed a commit to AyhamAl-Ali/Skript that referenced this pull request Aug 9, 2023
Remove delayed task call around variable loading

It is already in a delayed task.
@APickledWalrus APickledWalrus deleted the fix/variable-loading branch September 6, 2023 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.7 Targeting a 2.7.X version release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants