Add missing Requires<> to ProductionBar

This commit is contained in:
Oliver Brakmann
2015-10-31 00:24:41 +01:00
parent 9843d10dbd
commit b1e6916838

View File

@@ -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<ProductionInfo>
{
[Desc("Production queue type, for actors with multiple queues.")]
public readonly string ProductionType = null;