Skip to content

Commit

Permalink
resources: Statuseffectlist first unknown field fix (#5843)
Browse files Browse the repository at this point in the history
See #5842

While field 20 is technically the first field that could contain a
player ID, truncating right there results in an incomplete triplet.
Better to just delete the entirety of the first triplet instead of
having a malformed line.
  • Loading branch information
xpdota authored Oct 7, 2023
1 parent 5924641 commit b86b93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/netlog_defs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ const latestLogDefinitions = {
playerIds: {
2: 3,
},
firstUnknownField: 20,
firstUnknownField: 18,
canAnonymize: true,
firstOptionalField: 18,
},
Expand Down

0 comments on commit b86b93d

Please sign in to comment.