Skip to content

Commit

Permalink
Implement temporary fix for dumb team naming
Browse files Browse the repository at this point in the history
  • Loading branch information
c-stoeckl committed Dec 18, 2019
1 parent 9da9529 commit 4dc6982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 4dc6982

Please sign in to comment.