diff --git a/OpenRA.Mods.Cnc/ProductionAirdrop.cs b/OpenRA.Mods.Cnc/ProductionAirdrop.cs index 6fca74b5e5..1b5ce4a429 100644 --- a/OpenRA.Mods.Cnc/ProductionAirdrop.cs +++ b/OpenRA.Mods.Cnc/ProductionAirdrop.cs @@ -59,7 +59,7 @@ namespace OpenRA.Mods.Cnc new AltitudeInit( Rules.Info[actorType].Traits.Get().CruiseAltitude ), }); - a.QueueActivity(Fly.ToCell(self.Location + new CVec(6, 0))); + a.QueueActivity(Fly.ToCell(self.Location + new CVec(9, 0))); a.QueueActivity(new Land(Target.FromActor(self))); a.QueueActivity(new CallFunc(() => {