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
Bug introduced in #624 (I failed to catch it in testing cause I was tired, sorry)
The text was updated successfully, but these errors were encountered:
It seems like it happens because of this section in menu_mode_select.nut Disabling it fixes it
It seems like it happens because of this section in menu_mode_select.nut
menu_mode_select.nut
Disabling it fixes it
You don't even need to disable it, you just need to remove the ! in front of the check of PrivateMatch_IsValidMapModeCombo
!
PrivateMatch_IsValidMapModeCombo
Sorry, something went wrong.
Oh right yeah, i missed that
Successfully merging a pull request may close this issue.
Bug introduced in #624 (I failed to catch it in testing cause I was tired, sorry)
The text was updated successfully, but these errors were encountered: