fix whitespace in Settings
This commit is contained in:
@@ -109,7 +109,9 @@ namespace OpenRA.GameRules
|
|||||||
public GraphicSettings Graphics = new GraphicSettings();
|
public GraphicSettings Graphics = new GraphicSettings();
|
||||||
public ServerSettings Server = new ServerSettings();
|
public ServerSettings Server = new ServerSettings();
|
||||||
public DebugSettings Debug = new DebugSettings();
|
public DebugSettings Debug = new DebugSettings();
|
||||||
|
|
||||||
public Dictionary<string, object> Sections;
|
public Dictionary<string, object> Sections;
|
||||||
|
|
||||||
public Settings(string file, Arguments args)
|
public Settings(string file, Arguments args)
|
||||||
{
|
{
|
||||||
SettingsFile = file;
|
SettingsFile = file;
|
||||||
@@ -123,7 +125,6 @@ namespace OpenRA.GameRules
|
|||||||
{"Debug", Debug},
|
{"Debug", Debug},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// Override fieldloader to ignore invalid entries
|
// Override fieldloader to ignore invalid entries
|
||||||
var err1 = FieldLoader.UnknownFieldAction;
|
var err1 = FieldLoader.UnknownFieldAction;
|
||||||
var err2 = FieldLoader.InvalidValueAction;
|
var err2 = FieldLoader.InvalidValueAction;
|
||||||
|
|||||||
Reference in New Issue
Block a user