added vac/gameban marker for matches

This commit is contained in:
2021-10-28 08:47:41 +02:00
parent 25b153900f
commit 37233be336
14 changed files with 371 additions and 10 deletions

View File

@@ -178,6 +178,8 @@ type MatchResponse struct {
MaxRounds int `json:"max_rounds,omitempty"`
Parsed bool `json:"parsed"`
ReplayURL string `json:"replay_url,omitempty"`
VAC bool `json:"vac"`
GameBan bool `json:"game_ban"`
Stats interface{} `json:"stats,omitempty"`
}