diff --git a/OpenRA.Mods.Cnc/Traits/SupportPowers/IonCannonPower.cs b/OpenRA.Mods.Cnc/Traits/SupportPowers/IonCannonPower.cs index cfc70ffebe..ebdd6a346d 100644 --- a/OpenRA.Mods.Cnc/Traits/SupportPowers/IonCannonPower.cs +++ b/OpenRA.Mods.Cnc/Traits/SupportPowers/IonCannonPower.cs @@ -66,7 +66,7 @@ namespace OpenRA.Mods.Cnc.Traits self.World.AddFrameEndTask(w => { - Game.Sound.Play(Info.LaunchSound); + PlayLaunchSounds(); Game.Sound.Play(info.OnFireSound, self.World.Map.CenterOfCell(order.TargetLocation)); w.Add(new IonCannon(self.Owner, info.WeaponInfo, w, self.CenterPosition, order.TargetLocation, info.Effect, info.EffectSequence, info.EffectPalette, info.WeaponDelay));