Merge pull request #6861 from ihptru/utility-fix

fixes crash in minimap generator for some of maps
This commit is contained in:
obrakmann
2014-10-30 21:29:36 +01:00

View File

@@ -30,6 +30,7 @@ namespace OpenRA.Utility
Log.LogPath = Platform.ResolvePath("^", "Logs"); Log.LogPath = Platform.ResolvePath("^", "Logs");
Log.AddChannel("perf", null); Log.AddChannel("perf", null);
Log.AddChannel("debug", null);
var modName = args[0]; var modName = args[0];
if (!ModMetadata.AllMods.Keys.Contains(modName)) if (!ModMetadata.AllMods.Keys.Contains(modName))