Add global score coefficient

This commit is contained in:
nemunaire 2021-09-06 11:58:03 +02:00
commit 105034ec8c
7 changed files with 20 additions and 9 deletions

View file

@ -37,7 +37,7 @@ func ExportTeams(includeMembers bool) (ret map[string]ExportedTeam, err error) {
team.Name,
fmt.Sprintf("#%06x", team.Color),
rank[team.Id],
points,
points * GlobalScoreCoefficient,
members,
team.ExternalId,
}