From f971ff11ca74728de2bfcb9a31f0e361f201b4ad Mon Sep 17 00:00:00 2001 From: ihptru Date: Thu, 30 Oct 2014 22:35:01 +0300 Subject: [PATCH] fixes crash in minimap generator for some of maps --- OpenRA.Utility/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenRA.Utility/Program.cs b/OpenRA.Utility/Program.cs index e00a148f87..7fd80722a4 100644 --- a/OpenRA.Utility/Program.cs +++ b/OpenRA.Utility/Program.cs @@ -30,6 +30,7 @@ namespace OpenRA.Utility Log.LogPath = Platform.ResolvePath("^", "Logs"); Log.AddChannel("perf", null); + Log.AddChannel("debug", null); var modName = args[0]; if (!ModMetadata.AllMods.Keys.Contains(modName))