Pass the original init dict to UnitProducedByOther.
This commit is contained in:
@@ -157,7 +157,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
|
||||
var notifyOthers = self.World.ActorsWithTrait<INotifyOtherProduction>();
|
||||
foreach (var notify in notifyOthers)
|
||||
notify.Trait.UnitProducedByOther(notify.Actor, self, newUnit, productionType);
|
||||
notify.Trait.UnitProducedByOther(notify.Actor, self, newUnit, productionType, td);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user