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

attacker is null in player_blind event #90

Open
willbex opened this issue Dec 6, 2023 · 2 comments
Open

attacker is null in player_blind event #90

willbex opened this issue Dec 6, 2023 · 2 comments

Comments

@willbex
Copy link

willbex commented Dec 6, 2023

Fields attacker_name, attacker_steamid is null in player_blind event.

Tested on v0.15.3

Affected demo file:
https://drive.google.com/file/d/1s72gT4GWmHqn_c4Nb2nVQYwP98vC0-uw/view?usp=sharing

Example code:

var { parseEvent } = require('@laihoe/demoparser2');

const filePath = process.argv.slice(2)[0];

parsePlayerBlindEvent();

function parsePlayerBlindEvent() {
    let d = parseEvent(filePath, "player_blind")

    d.forEach((e) => {
        if (!e.attacker_steamid) {
            console.log(e);
        }
    });
}
@LaihoE
Copy link
Owner

LaihoE commented Dec 6, 2023

Could you check if there is anything common with the flashes in-game? Like is it the same person or something?

@willbex
Copy link
Author

willbex commented Dec 13, 2023

We didn't see any unusual situation in this demo

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

2 participants