This commit is contained in:
2025-04-28 01:18:46 -04:00
parent c54f3a7493
commit 189a5aef58
3 changed files with 10 additions and 4 deletions

View File

@@ -176,8 +176,8 @@ impl PlayerArena {
(
(i, j),
(
(&self.players[i].1)(Piece::Black),
(&self.players[j].1)(Piece::White),
(self.players[i].1)(Piece::Black),
(self.players[j].1)(Piece::White),
),
)
})