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

sc2: Fixed launcher not updating when connecting to a different slot #59

Conversation

MatthewMarinets
Copy link

What is this fixing or adding?

This came up a lot in the Starcraft async today. Disconnecting and reconnecting as a different slot without closing the client would leave the launcher unupdated, so it would display the mission order of the initial slot. It seems the condition to rebuild the mission panel just didn't account for this condition. Setting the first_check flag fixed it, as that is one flag that will cause a rebuild of the panel.

How was this tested?

I reconnected as a different slot and successfully saw the new mission order

@Ziktofel
Copy link
Owner

Cherry-picked into maintenance branch, then merged maint branch into sc2-next

@Ziktofel Ziktofel closed this Sep 30, 2023
@MatthewMarinets MatthewMarinets deleted the sc2/reconnect_not_updating_display branch May 18, 2024 06:30
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