diff --git a/OpenRA.Mods.Common/Projectiles/LaserZap.cs b/OpenRA.Mods.Common/Projectiles/LaserZap.cs index 89ebaa6295..11fef9b50a 100644 --- a/OpenRA.Mods.Common/Projectiles/LaserZap.cs +++ b/OpenRA.Mods.Common/Projectiles/LaserZap.cs @@ -141,7 +141,7 @@ namespace OpenRA.Mods.Common.Projectiles source = args.CurrentSource(); if (hasLaunchEffect && ticks == 0) - world.AddFrameEndTask(w => w.Add(new LaunchEffect(world, args.CurrentSource, () => 0, + world.AddFrameEndTask(w => w.Add(new LaunchEffect(world, args.CurrentSource, args.CurrentMuzzleFacing, info.LaunchEffectImage, info.LaunchEffectSequence, info.LaunchEffectPalette))); // Beam tracks target