[BUG] Match Setup wrong ready players required (per team) setting #230
Open
Description
- I have created and used a match configuration file.
- I also set
matchzy_minimum_ready_required
to 11 in theconfig.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:
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:
Line 35 in 9e663f0
min_players_to_ready
got updated withmatchzy_minimum_ready_required
, which is not correct- the match started regardless 11 ready required (per team)
Metadata
Assignees
Labels
No labels