diff --git a/OpenRA.Mods.Common/Activities/Air/Land.cs b/OpenRA.Mods.Common/Activities/Air/Land.cs index 94be990557..1fcf8fa24a 100644 --- a/OpenRA.Mods.Common/Activities/Air/Land.cs +++ b/OpenRA.Mods.Common/Activities/Air/Land.cs @@ -35,7 +35,7 @@ namespace OpenRA.Mods.Common.Activities bool finishedApproach; public Land(Actor self, WAngle? facing = null, Color? targetLineColor = null) - : this(self, Target.Invalid, new WDist(-1), WVec.Zero, facing, null) + : this(self, Target.Invalid, new WDist(-1), WVec.Zero, facing, targetLineColor: targetLineColor) { assignTargetOnFirstRun = true; }