We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We crash after a penalty shot:
2024-07-20-HULKs-vs-SPQR/first-half/10.1.24.39/2024-07-20_14:23:06/hulk.err
and
2024-07-20-HULKs-vs-SPQR/first-half/10.1.24.39/2024-07-20_14:39:16/hulk.err
The text was updated successfully, but these errors were encountered:
Likely culprit in role assigment:
if let Some(SubState::PenaltyKick) = game_controller_state.sub_state { return (current_role, false, None); }
In penalty kick we are always enforcing the previous role which might
Sorry, something went wrong.
Fixed by #1402
schluis
No branches or pull requests
We crash after a penalty shot:
and
The text was updated successfully, but these errors were encountered: