Make it actually work

This commit is contained in:
Paul Chote
2011-05-04 18:55:23 +12:00
parent 07dac11144
commit 221d6ebd4f
6 changed files with 29 additions and 28 deletions

View File

@@ -58,10 +58,7 @@ namespace OpenRA.Utility
var supportDir = GetNamedArg(args, "--SupportDir");
if (supportDir != null)
{
Log.LogPath = Path.Combine(supportDir.Replace("\"", ""), "Logs");
Console.WriteLine("LogPath: {0}", Log.LogPath);
}
try
{