diff --git a/OpenRA.Mods.Common/Activities/Air/Land.cs b/OpenRA.Mods.Common/Activities/Air/Land.cs index 9a616ebb9c..c5ac9564dd 100644 --- a/OpenRA.Mods.Common/Activities/Air/Land.cs +++ b/OpenRA.Mods.Common/Activities/Air/Land.cs @@ -44,7 +44,7 @@ namespace OpenRA.Mods.Common.Activities return NextActivity; } - Fly.FlyToward(self, plane, d.Yaw.Facing, WDist.Zero); + Fly.FlyToward(self, plane, d.Yaw.Facing, new WDist(target.CenterPosition.Z)); return this; }