Skip to content

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

Open
@borzaka

Description

  • 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)

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions