Make projectile ignore player in multiplayer?

I was able to get it to work with this. I use SpawnActor in my character blueprint to spawn the projectile and in the projectile blueprint I use this check to make sure it doesn’t affect the character that fired it.

A little info on the setup: the projectile uses NoCollision has a lifespan of 2 seconds and is manually destroyed on overlap.