diff --git a/OpenRA.Mods.RA/SupportPowers/ParatroopersPower.cs b/OpenRA.Mods.RA/SupportPowers/ParatroopersPower.cs index 24bb609e82..666e916881 100644 --- a/OpenRA.Mods.RA/SupportPowers/ParatroopersPower.cs +++ b/OpenRA.Mods.RA/SupportPowers/ParatroopersPower.cs @@ -45,8 +45,8 @@ namespace OpenRA.Mods.RA { var flare = info.FlareType != null ? w.CreateActor(info.FlareType, new TypeDictionary { - new LocationInit( order.TargetLocation ), - new OwnerInit( self.Owner ), + new LocationInit(order.TargetLocation), + new OwnerInit(self.Owner), }) : null; if (flare != null)