Fixed yaml bug with leading spaces

This commit is contained in:
DeadlySurprise
2014-11-21 15:11:45 +01:00
parent 40c9d0a47d
commit fbe6ab7f4e
5 changed files with 88 additions and 15 deletions

View File

@@ -60,6 +60,8 @@ namespace OpenRA
{
Console.WriteLine("Failed to load map: {0}", path);
Console.WriteLine("Details: {0}", e);
Log.Write("Debug", "Failed to load map: {0}", path);
Log.Write("Debug", "Details: {0}", e);
}
}
}