Skip to content

Commit

Permalink
Adjust changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdnk committed Mar 9, 2023
1 parent 5b3eef7 commit b42e8e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ details.
`teamX_score` (int) has been replaced by an object called `teamX`, which looks like this.

Old:
```json
```json5
{
"event": "round_end",
"matchid": "29844",
Expand All @@ -48,14 +48,14 @@ details.
"reason": 8,
"winner": {
"team": "team1",
"side": "ct"
"side": "t"
},
"team1_score": 10,
"team2_score": 12
}
```
New:
```json
```json5
{
"event": "round_end",
"matchid": "29844",
Expand All @@ -66,7 +66,7 @@ details.
"reason": 8,
"winner": {
"team": "team1",
"side": "ct"
"side": "t"
},
"team1": {
"name": "TeamName",
Expand Down

0 comments on commit b42e8e9

Please sign in to comment.