MAX_PLAYERS
This commit is contained in:
parent
ce85e83a19
commit
3c287eb2c9
1 changed files with 1 additions and 0 deletions
|
@ -33,3 +33,4 @@ WAITING_TIME = config.get("waiting_time", 120)
|
||||||
TIME_REMOVAL_AFTER_SKIP = config.get("time_removal_after_skip", 20)
|
TIME_REMOVAL_AFTER_SKIP = config.get("time_removal_after_skip", 20)
|
||||||
MIN_FAST_TURN_TIME = config.get("min_fast_turn_time", 15)
|
MIN_FAST_TURN_TIME = config.get("min_fast_turn_time", 15)
|
||||||
MIN_PLAYERS = config.get("min_players", 2)
|
MIN_PLAYERS = config.get("min_players", 2)
|
||||||
|
MAX_PLAYERS = config.get("max_players", 10)
|
||||||
|
|
Loading…
Reference in a new issue