fix whitespace in Settings

This commit is contained in:
Chris Forbes
2011-10-21 10:21:33 +13:00
parent d47c4f7ca2
commit b119c14599

View File

@@ -109,7 +109,9 @@ namespace OpenRA.GameRules
public GraphicSettings Graphics = new GraphicSettings();
public ServerSettings Server = new ServerSettings();
public DebugSettings Debug = new DebugSettings();
public Dictionary<string, object> Sections;
public Settings(string file, Arguments args)
{
SettingsFile = file;
@@ -123,7 +125,6 @@ namespace OpenRA.GameRules
{"Debug", Debug},
};
// Override fieldloader to ignore invalid entries
var err1 = FieldLoader.UnknownFieldAction;
var err2 = FieldLoader.InvalidValueAction;