We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sometimes the player entity can be found as destroyer branch bullets
The text was updated successfully, but these errors were encountered:
Yeah thats because a destroyer bullet is roughly the same size as a player entity.
A quick fix could be to check if entity.parent exists, since that field is only set on bullets.
entity.parent
To make it more robust, we would need to check if the entity has a barrel attached to it. #11
Sorry, something went wrong.
factory isn't considered as player btw
Would be useful if player entity detected as player, not as bullet or etc
No branches or pull requests
sometimes the player entity can be found as destroyer branch bullets
The text was updated successfully, but these errors were encountered: