From b1e69168382f78386713f96db136f3e3d2c62645 Mon Sep 17 00:00:00 2001 From: Oliver Brakmann Date: Sat, 31 Oct 2015 00:24:41 +0100 Subject: [PATCH] Add missing Requires<> to ProductionBar --- OpenRA.Mods.Common/Traits/Render/ProductionBar.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;