diff --git a/OpenRA.Mods.Cnc/WithFire.cs b/OpenRA.Mods.Cnc/WithFire.cs index 7a3df42e72..c6d4408284 100644 --- a/OpenRA.Mods.Cnc/WithFire.cs +++ b/OpenRA.Mods.Cnc/WithFire.cs @@ -13,7 +13,7 @@ using OpenRA.Traits; namespace OpenRA.Mods.Cnc { - class WithFireInfo : ITraitInfo + class WithFireInfo : ITraitInfo, Requires { public object Create(ActorInitializer init) { return new WithFire(init.self); } }