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

Reload markers after a new pack download #95

Open
HexedHero opened this issue Dec 29, 2023 · 3 comments
Open

Reload markers after a new pack download #95

HexedHero opened this issue Dec 29, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@HexedHero
Copy link

When you download a new pack, you need to manually reload markers to load the newly downloaded pack into the list and see it.

Auto-reloading markers would be a nice QOL after a successful download.

@dlamkins dlamkins added the bug Something isn't working label Dec 29, 2023
@dlamkins
Copy link
Member

That's actually the intention, but there is likely something wrong with the current implementation preventing this from completing as expected.

if (!needsInit) {
module.PackInitiator.UnloadPackByName(newPack.Name);
}
await module.PackInitiator.LoadPack(newPack);

@HexedHero
Copy link
Author

I think the same thing happens when you delete a pack.

@dlamkins
Copy link
Member

Should be resolved in v1.6.1 (prerelease).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants