The acb-local tool was panicking when a match ended in a draw (Winner = -1) because it tried to use -1 as an array index into botNames[]. Fixed by checking if Winner >= 0 before accessing the array, and printing "Result: Draw" for draws. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| main.go | ||