Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore statistics update subscriptions with invalid score ID
If score submission fails, the score will not receive a correct online ID from web, but will still be passed on to the solo statistics watcher on the results screen. This could lead to the watcher subscribing to changes with score ID equal to the default of -1. If this happened more than once, that would cause a crash due to duplicate keys in the `callbacks` dictionary. Closes #21837.
- Loading branch information