diff --git a/OpenRa.Game/Traits/ParatroopersPower.cs b/OpenRa.Game/Traits/ParatroopersPower.cs index a8c2d15110..2505537515 100644 --- a/OpenRa.Game/Traits/ParatroopersPower.cs +++ b/OpenRa.Game/Traits/ParatroopersPower.cs @@ -67,7 +67,7 @@ namespace OpenRa.Traits var cargo = a.traits.Get(); foreach (var i in items) cargo.Load(a, new Actor(owner.World, i.ToLowerInvariant(), - new int2(int.MaxValue, int.MaxValue), a.Owner)); + new int2(0,0), a.Owner)); }); } }