Skip to content

Commit

Permalink
resources: improve anonymization for various line types (#6050)
Browse files Browse the repository at this point in the history
This is for: NetworkRaidMarker and NetworkTargetMarker
  • Loading branch information
quisquous authored Dec 18, 2023
1 parent 857f3fd commit 9d37c2d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions resources/netlog_defs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,9 @@ const latestLogDefinitions = {
y: 7,
z: 8,
},
playerIds: {
4: 5,
},
canAnonymize: true,
firstOptionalField: undefined,
},
Expand All @@ -617,8 +620,8 @@ const latestLogDefinitions = {
targetName: 7,
},
playerIds: {
4: null,
5: null,
4: 5,
6: 7,
},
firstOptionalField: undefined,
},
Expand Down

0 comments on commit 9d37c2d

Please sign in to comment.