We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3676499 commit ee537e9Copy full SHA for ee537e9
parser/formatter.go
@@ -251,6 +251,7 @@ func getPlayers(
251
Winner: !losingTeams[teamId],
252
EAPM: eAPM,
253
MinorGods: minorGods,
254
+ CivList: keys[fmt.Sprintf("%scivlist", playerPrefix)].StringVal,
255
})
256
}
257
parser/types.go
@@ -172,6 +172,7 @@ type ReplayPlayer struct {
172
MinorGods [3]string
173
Titan bool
174
Wonder bool
175
+ CivList string `json:"civ_list"`
176
177
178
type ReplayGameCommand struct {
0 commit comments