From eeff7fb54b195ebbb52781123f1eb8c7309ac2f0 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sat, 9 Jul 2016 21:41:07 +0200 Subject: [PATCH] Make TeamLeagueStatistics.PlayedGames a uint8 instead of a uint16. --- api_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_types.go b/api_types.go index bdf5457..3a5f709 100644 --- a/api_types.go +++ b/api_types.go @@ -166,7 +166,7 @@ type TeamLeagueStatistics struct { Rank uint8 Team string TeamId uint64 - PlayedGames uint16 + PlayedGames uint8 CrestURI string Points uint16 Goals uint16