Fix carryall InitialActor creation.

This commit is contained in:
Paul Chote
2021-08-20 14:44:41 +01:00
committed by reaperrr
parent 8a4945d20a
commit d509d3f5f9

View File

@@ -128,7 +128,7 @@ namespace OpenRA.Mods.Common.Traits
new OwnerInit(self.Owner) new OwnerInit(self.Owner)
}); });
unit.Trait<Carryable>().Attached(self); unit.Trait<Carryable>().Attached(unit);
AttachCarryable(self, unit); AttachCarryable(self, unit);
} }
} }