Commit 60205f8
committed
fix: prevent resolve_bracket_bye from marking multi-feeder brackets as byes
Brackets with 2+ total feeders (like LB R1 with two WB R1 feeders)
are designed to receive 2 teams through normal match play. They should
never be treated as runtime byes. Only brackets with 0-1 feeders
(from pruned LB R1 matches) are genuine runtime byes.
This was causing LB R1 matches in 8-team DE brackets to be
incorrectly marked as byes when both WB R1 feeder matches finished
in quick succession.1 parent 7af0cda commit 60205f8
1 file changed
Lines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
41 | 54 | | |
42 | 55 | | |
43 | 56 | | |
| |||
0 commit comments