BaseProjectile.MuzzlePoint.transform bullets going wrong direction
so the npc is shooting the gun using ServerUse(); But the bullets and the flash are not coming out the direction the gun is facing? there coming out of the npc to the right a lot. any ideas?
baseProjectile.ServerUse(1f, target.transform);   seems to miss the target 98% of the time even when standing still.