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 loading extension path from project config #2956

Merged
merged 1 commit into from
Dec 15, 2020

Conversation

fmoo
Copy link
Contributor

@fmoo fmoo commented Dec 12, 2020

Extension path was getting saved under the extensionsPath key
but getting read from the extensionsFolder key.

Read the value back from the written extensionsPath key.

Extension path was getting saved under the "extensionsPath" key
but getting read from the "extensionsFolder" key.

Read the value back from the written extensionsPath key.
@bjorn
Copy link
Member

bjorn commented Dec 15, 2020

Thanks @fmoo for finding this error and the fix! It should really go onto the 1.4 branch though, but I think I'll just cherry-pick it there (don't know right now whether there will be a 1.4.4 before 1.5).

@bjorn bjorn merged commit 647d240 into mapeditor:master Dec 15, 2020
bjorn pushed a commit that referenced this pull request Dec 15, 2020
Extension path was getting saved under the "extensionsPath" key
but getting read from the "extensionsFolder" key.

Read the value back from the written extensionsPath key.

(cherry picked from commit 647d240)
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