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
matchzy_minimum_ready_required
config.cfg
!ready
I have exptected that it will need 11 ready like in a scrim/pug mode. I was in spectator as a 11th player.
Also, !settings command gives a false Ready players required (Per Team) count:
!settings
Based on the Get5 Match schema, there are couple of false settings in MatchZy:
min_players_to_ready
players_per_team
MatchZy/MatchConfig.cs
Line 35 in 9e663f0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
matchzy_minimum_ready_required
to 11 in theconfig.cfg
.!ready
, the match has started.I have exptected that it will need 11 ready like in a scrim/pug mode. I was in spectator as a 11th player.
Also,
!settings
command gives a false Ready players required (Per Team) count:Based on the Get5 Match schema, there are couple of false settings in MatchZy:
min_players_to_ready
should not be larger thanplayers_per_team
(which should be 5 by default), but now it's 12:MatchZy/MatchConfig.cs
Line 35 in 9e663f0
min_players_to_ready
got updated withmatchzy_minimum_ready_required
, which is not correctThe text was updated successfully, but these errors were encountered: