Don't add the launch arguments to the settings documentation.
This commit is contained in:
committed by
reaperrr
parent
faad941714
commit
95278b1f07
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user