diff --git a/OpenRA.Mods.Common/Traits/Render/ProductionBar.cs b/OpenRA.Mods.Common/Traits/Render/ProductionBar.cs index fd47ab9f93..7e4ecea686 100644 --- a/OpenRA.Mods.Common/Traits/Render/ProductionBar.cs +++ b/OpenRA.Mods.Common/Traits/Render/ProductionBar.cs @@ -16,7 +16,7 @@ using OpenRA.Traits; namespace OpenRA.Mods.Common.Traits { [Desc("Visualizes the remaining build time of actor produced here.")] - class ProductionBarInfo : ITraitInfo + class ProductionBarInfo : ITraitInfo, Requires { [Desc("Production queue type, for actors with multiple queues.")] public readonly string ProductionType = null;