only report match winners
This commit is contained in:
@@ -240,7 +240,7 @@ func (g *Match) DTO(id player.ID) serve.Game {
|
||||
blank = len(g.shells) - live
|
||||
}
|
||||
w := serve.NoWinner
|
||||
switch g.RoundWinner() {
|
||||
switch g.MatchWinner() {
|
||||
case &g.players[0]:
|
||||
w = serve.DealerWins
|
||||
case &g.players[1]:
|
||||
|
Reference in New Issue
Block a user