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

Handle player deaths where attacker or victim data is missing #61

Open
todo bot opened this issue Aug 7, 2020 · 0 comments
Open

Handle player deaths where attacker or victim data is missing #61

todo bot opened this issue Aug 7, 2020 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers todo 🗒️

Comments

@todo
Copy link

todo bot commented Aug 7, 2020

// TODO: This probably happens during suicide? Not sure, has to be investigated and handled correctly
if (!victim || !attacker) {
return;
}
this.logger.debug(


This issue was generated by todo based on a TODO comment in 42f78a6 when #60 was merged. cc @Bantr.
@todo todo bot added the todo 🗒️ label Aug 7, 2020
@niekcandaele niekcandaele changed the title This probably happens during suicide? Not sure, has to be investigated and handl... Handle player deaths where attacker or victim data is missing Aug 7, 2020
@niekcandaele niekcandaele added enhancement New feature or request bug Something isn't working good first issue Good for newcomers and removed enhancement New feature or request labels Aug 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers todo 🗒️
Projects
None yet
Development

No branches or pull requests

1 participant