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

[BUG] Match Setup wrong ready players required (per team) setting #230

Open
borzaka opened this issue Oct 5, 2024 · 0 comments
Open

[BUG] Match Setup wrong ready players required (per team) setting #230

borzaka opened this issue Oct 5, 2024 · 0 comments

Comments

@borzaka
Copy link

borzaka commented Oct 5, 2024

  • I have created and used a match configuration file.
  • I also set matchzy_minimum_ready_required to 11 in the config.cfg.
  • When the config was loaded, and the players was in the server, after 10 !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:
image

Based on the Get5 Match schema, there are couple of false settings in MatchZy:

  • min_players_to_ready should not be larger than players_per_team (which should be 5 by default), but now it's 12:
    public int MinPlayersToReady { get; set; } = 12;
  • min_players_to_ready got updated with matchzy_minimum_ready_required, which is not correct
  • the match started regardless 11 ready required (per team)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant