mirror of https://github.com/tstellar/bygfoot.git
Added minimum number of players in a user team.
This commit is contained in:
parent
ff2a93cb5c
commit
c936041b88
|
@ -226,6 +226,9 @@ int_treeview_max_pipes 50
|
||||||
float_player_pos_bound1 37550
|
float_player_pos_bound1 37550
|
||||||
float_player_pos_bound2 75100
|
float_player_pos_bound2 75100
|
||||||
|
|
||||||
|
|
||||||
|
# minimum number of players in a user team.
|
||||||
|
int_team_min_players 11
|
||||||
# maximum number of players in a user team.
|
# maximum number of players in a user team.
|
||||||
int_team_max_players 22
|
int_team_max_players 22
|
||||||
# number of players in cpu teams. should be
|
# number of players in cpu teams. should be
|
||||||
|
|
Loading…
Reference in New Issue