Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parseEvent 'round_end' returning undefined reason and winner #157

Open
tiagorigoletto opened this issue Apr 4, 2024 · 0 comments
Open

Comments

@tiagorigoletto
Copy link

Hello, I was testing your example for finding clutches in a demo, and I bumped on the following issue:

Running
let round_ends = parseEvent(pathToDemo, 'round_end')

Returns

round_ends: [
  {
    event_name: 'round_end',
    reason: null,
    round: 1,
    tick: 0,
    winner: null
  },
  {
    event_name: 'round_end',
    reason: 'bomb_exploded',
    round: 2,
    tick: 9451,
    winner: 'T'
  },

The reason and winner for the first round are missing, but they appear incorrectly in the second round instead.
I encountered this issue on all 3 maps from the Copenhagen Major's final.

Awesome library by the way, thanks for putting it together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant