diff --git a/OpenRA.Mods.Common/UtilityCommands/ExtractSettingsDocsCommand.cs b/OpenRA.Mods.Common/UtilityCommands/ExtractSettingsDocsCommand.cs index fbb40a7d38..1cf6838f82 100644 --- a/OpenRA.Mods.Common/UtilityCommands/ExtractSettingsDocsCommand.cs +++ b/OpenRA.Mods.Common/UtilityCommands/ExtractSettingsDocsCommand.cs @@ -45,7 +45,6 @@ namespace OpenRA.Mods.Common.UtilityCommands Console.WriteLine(); var sections = new Settings(null, new Arguments()).Sections; - sections.Add("Launch", new LaunchArguments(new Arguments(new string[0]))); foreach (var section in sections.OrderBy(s => s.Key)) { var fields = section.Value.GetType().GetFields();