Make TeamLeagueStatistics.PlayedGames a uint8 instead of a uint16.

develop
Icedream 2016-07-09 21:41:07 +02:00
parent 6eb67ba541
commit eeff7fb54b
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

View File

@ -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