Skip to content

Commit

Permalink
Правка выбора командного сценария
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantornRU committed Apr 8, 2024
1 parent 86260de commit e4c02d1
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,11 @@
// If for some reason, not enough members were found - we will try again
if(team_size > length(members))
max_teams++
message_admins("Picked team of: [json_encode(members)]")
log_debug("Picked team of: [json_encode(members)]")
picked_teams += list(members)
continue

message_admins("Picked team of: [json_encode(members)]")
log_debug("Picked team of: [json_encode(members)]")
picked_teams += list(members)

if(!(length(picked_teams) - teams_before > 0))
log_debug("pre_execute team == [length(picked_teams) - teams_before > 0]: [length(picked_teams)], [teams_before], [max_teams]. ")
Expand Down

0 comments on commit e4c02d1

Please sign in to comment.