[Apex Legends] Incorrect duplicated legendselect event

Related Games
Apex Legends

Issue Description
It seems as though ever since the update to support Arenas, the legendSelect match info event is provided twice.
The first event provided for each player, is incorrect.
The second event provided for each player, is correct.

Expected Events

{"info":{"match_info":{"legendSelect_0":{"playerName":"[AllF] MasterKriff","legendName":"#character_mirage_NAME","selectionOrder":"0","lead":false}}},"feature":"team"}
{"info":{"match_info":{"legendSelect_1":{"playerName":"[TREE] im in the trees","legendName":"#character_lifeline_NAME","selectionOrder":"1","lead":false}}},"feature":"team"}
{"info":{"match_info":{"legendSelect_2":{"playerName":"[FBLM] Vliss_","legendName":"#character_bangalore_NAME","selectionOrder":"2","lead":true}}},"feature":"team"}

Actual Events

{"info":{"match_info":{"legendSelect_0":{"playerName":"[AllF] MasterKriff","legendName":"#character_mirage_NAME","selectionOrder":"0","lead":true}}},"feature":"team"}
{"info":{"match_info":{"legendSelect_0":{"playerName":"[AllF] MasterKriff","legendName":"#character_mirage_NAME","selectionOrder":"0","lead":false}}},"feature":"team"}
{"info":{"match_info":{"legendSelect_1":{"playerName":"[TREE] im in the trees","legendName":"#character_lifeline_NAME","selectionOrder":"1","lead":true}}},"feature":"team"}
{"info":{"match_info":{"legendSelect_1":{"playerName":"[TREE] im in the trees","legendName":"#character_lifeline_NAME","selectionOrder":"1","lead":false}}},"feature":"team"}
{"info":{"match_info":{"legendSelect_2":{"playerName":"[FBLM] Vliss_","legendName":"#character_bangalore_NAME","selectionOrder":"2","lead":true}}},"feature":"team"}
{"info":{"match_info":{"legendSelect_2":{"playerName":"[FBLM] Vliss_","legendName":"#character_bangalore_NAME","selectionOrder":"2","lead":false}}},"feature":"team"}

Can you reproduce it (exact steps to reproduce)

  1. Launch Apex Legends
  2. Select ANY game mode
  3. Start a match
  4. Watch for events during the Legend Select screen; specifically the legendSelect_x event

Impact for my app: [e.g. x% of the users complained about it, it’s a show-stopper]
Do you currently have a workaround?
No, the events are providing incorrect information.

Please mention the time of the event so we can find it easily in the logs
Start 2021-07-17 08:20 PM
End 2021-07-17 08:30 PM

OverwolfLogs_2021-07-17_20-37-49.zip (691.5 KB)

Hi, and thanks for the feedback.

We will check the issue and we will update you here.

Thanks.

Hey,

Hopefully we will have a fix for this today / tomorrow.
Stay tuned.

Hey,

We’re phasing the fix for this out right now.
Take into account that you will still see 2 outputs since it’s how the game shows legendSelect.

First player to pick “gives” the lead to the next player who picks and thus the 2 updates that are coming one after the other.

However there shouldn’t be any incorrect data now.

Let me know if everything’s alright.