diff --git a/backend/internal/tournament/goroutine.go b/backend/internal/tournament/goroutine.go index cf2e01f..62a7363 100644 --- a/backend/internal/tournament/goroutine.go +++ b/backend/internal/tournament/goroutine.go @@ -404,7 +404,7 @@ func (s *tournamentImpl) SendGameStatistics() { for i, v := range players { games = append(games, &messages.TournamentGameStatisticInner{ Game: int32(i), - Bots: true, + Bots: false, Amount: int32(v), }) }