diff --git a/main.go b/main.go index 0403cb9..4f5ee7e 100644 --- a/main.go +++ b/main.go @@ -138,9 +138,9 @@ func roundEnd() { } } - if redWins == 2 { + if redWins == 1 { gameEnd("red") - } else if whiteWins == 2 { + } else if whiteWins == 1 { gameEnd("white") } else { nextRound()