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