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(loader): add plugins whose rtp got loaded early to start plugins #1705

Closed
wants to merge 1 commit into from

Conversation

xudyang1
Copy link

@xudyang1 xudyang1 commented Aug 6, 2024

Commit 34b0126 breaks lazy loading. Change or to and fixes the bug.

@folke
Copy link
Owner

folke commented Aug 31, 2024

This PR is not correct. Plugins whose rtp has been loaded should be properly loaded on startup. That's what the or is doing.

Tomake sure those plugins are properly lazy-loaded, you have to make sure you don't accidentally load some of their lua modules.

@folke folke closed this Aug 31, 2024
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.

2 participants