Team colors are uint32

This commit is contained in:
nemunaire 2016-02-26 01:29:01 +01:00 committed by Pierre-Olivier Mercier
commit bd0deecc89
2 changed files with 3 additions and 3 deletions

View file

@ -82,7 +82,7 @@ func bindingTeams() (string, error) {
type uploadedTeam struct {
Name string
Color int64
Color uint32
}
type uploadedMember struct {