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(matchmaker): update total count after rounding to CountMultiple #944

Open
wants to merge 1 commit into
base: mm-readability
Choose a base branch
from

Commits on Nov 7, 2022

  1. fix(matchmaker): update total count after rounding to CountMultiple

    After roundToCountMultiple successfully removes some tickets to
    satisfy CountMultiple we need to update total number of players
    in the candidate match (found combo + current index)
    
    Previously final Min/Max/Multiple count check for each selected
    ticket (MatchmakerIndex) was done against stale total count.
    redbaron committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    b0fa47e View commit details
    Browse the repository at this point in the history