Make TeamLeagueStatistics.PlayedGames a uint8 instead of a uint16.
parent
6eb67ba541
commit
eeff7fb54b
|
@ -166,7 +166,7 @@ type TeamLeagueStatistics struct {
|
||||||
Rank uint8
|
Rank uint8
|
||||||
Team string
|
Team string
|
||||||
TeamId uint64
|
TeamId uint64
|
||||||
PlayedGames uint16
|
PlayedGames uint8
|
||||||
CrestURI string
|
CrestURI string
|
||||||
Points uint16
|
Points uint16
|
||||||
Goals uint16
|
Goals uint16
|
||||||
|
|
Loading…
Reference in New Issue