-
Notifications
You must be signed in to change notification settings - Fork 0
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
players amount #2
Comments
how to set like example at least 45 players |
It doesn't work like that at the moment @koala01 , you need to define the min/max team sizes and work with that. You also have the option to introduce some wait time. So in case you want to simulate some auto adjusting behavior, you need to set your max at like 60 with min 45 and a wait time in minutes you see fit. |
I tried do some test: |
Can you please list a reproducible behavior that causes the issue listing commands, screenshots etc. Thanks |
It showed this , the result last time i got: |
Indeed, I have made an overlook here:
In the minimum condition, min_teams and min_team_size arguments should be passed. |
Changed to |
[min_max_teams] [min_max_team_size]
The text was updated successfully, but these errors were encountered: