From 2cf3c4873d09dff2b66b4f22f6ef9cab9126ecad Mon Sep 17 00:00:00 2001 From: Jason Zmuda Date: Sun, 20 May 2018 14:53:21 -0600 Subject: [PATCH] Update EmitInfantryOnSell.cs --- OpenRA.Mods.Common/Traits/EmitInfantryOnSell.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenRA.Mods.Common/Traits/EmitInfantryOnSell.cs b/OpenRA.Mods.Common/Traits/EmitInfantryOnSell.cs index 9bf5681dd6..92aa921b15 100644 --- a/OpenRA.Mods.Common/Traits/EmitInfantryOnSell.cs +++ b/OpenRA.Mods.Common/Traits/EmitInfantryOnSell.cs @@ -23,8 +23,8 @@ namespace OpenRA.Mods.Common.Traits public readonly int MinHpPercent = 30; [ActorReference] - [Desc("Be sure to use lowercase. Default value is \"e1\".")] - public readonly string[] ActorTypes = { "e1" }; + [Desc("Be sure to use lowercase.")] + public readonly string[] ActorTypes; [Desc("Spawns actors only if the selling player's faction is in this list. " + "Leave empty to allow all factions by default.")]