Add global score coefficient
This commit is contained in:
parent
cd73622cae
commit
105034ec8c
7 changed files with 20 additions and 9 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue