diff --git a/OpenRA.Mods.Common/Traits/Carryall.cs b/OpenRA.Mods.Common/Traits/Carryall.cs index 5c9d2febe5..367bcf0e8e 100644 --- a/OpenRA.Mods.Common/Traits/Carryall.cs +++ b/OpenRA.Mods.Common/Traits/Carryall.cs @@ -128,7 +128,7 @@ namespace OpenRA.Mods.Common.Traits new OwnerInit(self.Owner) }); - unit.Trait().Attached(self); + unit.Trait().Attached(unit); AttachCarryable(self, unit); } }