vacdate as string

This commit is contained in:
2021-10-22 23:52:23 +02:00
parent c0e0ed5738
commit 2c9dc3870f

View File

@@ -135,7 +135,7 @@ type PlayerResponse struct {
Name string `json:"name,omitempty"`
Avatar string `json:"avatar,omitempty"`
VAC bool `json:"vac"`
VACDate int64 `json:"vac_date,omitempty,string"`
VACDate int64 `json:"vac_date,omitempty"`
Tracked bool `json:"tracked"`
VanityURL string `json:"vanity_url,omitempty"`
MatchStats *MatchStats `json:"match_stats,omitempty"`