Skip to content

Commit

Permalink
popravi statistiko iger na turnirčkih
Browse files Browse the repository at this point in the history
  • Loading branch information
mytja committed Feb 11, 2024
1 parent 42a0973 commit 1627a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/internal/tournament/goroutine.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
})
}
Expand Down

0 comments on commit 1627a64

Please sign in to comment.