Closed brbarnett closed 1 year ago
Also, this bleeds through into teamData
. Here's an example from there:
{
"teamIndex": 3,
"playerIds": [
null
],
"playerNames": [
null
],
"partyOwnerId": null,
"placement": 4,
"teamKills": null
},
Thank you @Shiqan! Can't believe how quickly you turned this around. Nicely done! 🎉
This is probably a client update that has changed the replay file format, but I am now receiving
null
values inPlayerData
on bothEpicId
andPlayerId
. Client version is26.00
. Example item:We use the Epic ID from
playerId
to perform some automation and account linking on our end.Sample replay file attached