diff --git a/OpenRA.Mods.Common/Orders/PlaceBuildingOrderGenerator.cs b/OpenRA.Mods.Common/Orders/PlaceBuildingOrderGenerator.cs index 41faa7cf3f..1ae633bb4c 100644 --- a/OpenRA.Mods.Common/Orders/PlaceBuildingOrderGenerator.cs +++ b/OpenRA.Mods.Common/Orders/PlaceBuildingOrderGenerator.cs @@ -35,7 +35,7 @@ namespace OpenRA.Mods.Common.Orders public PlaceBuildingOrderGenerator(ProductionQueue queue, string name) { producer = queue.Actor; - placeBuildingInfo = producer.Info.Traits.Get(); + placeBuildingInfo = producer.Owner.PlayerActor.Info.Traits.Get(); building = name; // Clear selection if using Left-Click Orders