Don't add the launch arguments to the settings documentation.

This commit is contained in:
Matthias Mailänder
2017-08-20 14:47:42 +02:00
committed by reaperrr
parent faad941714
commit 95278b1f07

View File

@@ -45,7 +45,6 @@ namespace OpenRA.Mods.Common.UtilityCommands
Console.WriteLine(); Console.WriteLine();
var sections = new Settings(null, new Arguments()).Sections; 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)) foreach (var section in sections.OrderBy(s => s.Key))
{ {
var fields = section.Value.GetType().GetFields(); var fields = section.Value.GetType().GetFields();