redraskal / r6-dissect

Match Replay API/CLI for Rainbow Six: Siege's Dissect (.rec) format.
MIT License
70 stars 11 forks source link

1v1 custom game rounds fail to index 1 team #72

Closed redraskal closed 10 months ago

redraskal commented 11 months ago

Describe the bug In 1v1s on custom games, one team is missing from player data. This causes r6-dissect to panic when calculating the winning team.

image

To Reproduce Steps to reproduce the behavior:

  1. Create custom game
  2. Play a 1v1 round
  3. Run r6-dissect on the round file

Expected behavior All players should be indexed by r6-dissect

redraskal commented 10 months ago

Fixed with #79