MC-88491: Fix projectile colliding with shooter (details)
Commit
622add8458dd64352005fdf067bbef18e0bd0f99
by md_5
MC-88491: Fix projectile colliding with shooter In some situations, a projectile made collide with the entity that shot it. This occurs because the game sets the ignored entity incorrectly. Our fix is to ensure that the shooter is the only entity that gets ignored by the projectile.