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 another cause of "Could not find step name" (2.6 bug). #11780

Merged
merged 1 commit into from
Jul 15, 2023

Commits on Jul 15, 2023

  1. Fix another cause of "Could not find step name" (2.6 bug).

    This one is caused by non-determinism when choose an arbitrary unit type in a firing group to name that group. When the ordering of the provided units changed during the rounds of a battle, it resulted in different step names generated. This PR fixes that problem by choosing the first name alphabetically.
    asvitkine committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    1d32628 View commit details
    Browse the repository at this point in the history