diff --git a/OpenRA.Mods.Common/Traits/Render/WithDecoration.cs b/OpenRA.Mods.Common/Traits/Render/WithDecoration.cs index 3c0748210f..9e703f2c8e 100644 --- a/OpenRA.Mods.Common/Traits/Render/WithDecoration.cs +++ b/OpenRA.Mods.Common/Traits/Render/WithDecoration.cs @@ -19,7 +19,6 @@ namespace OpenRA.Mods.Common.Traits.Render [Desc("Displays a custom UI overlay relative to the actor's mouseover bounds.")] public class WithDecorationInfo : WithDecorationBaseInfo { - [FieldLoader.Require] [Desc("Image used for this decoration. Defaults to the actor's type.")] public readonly string Image = null;