Skip to content

Commit

Permalink
fixes crash in minimap generator for some of maps
Browse files Browse the repository at this point in the history
  • Loading branch information
ihptru committed Oct 30, 2014
1 parent e5948ba commit f971ff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpenRA.Utility/Program.cs
Expand Up @@ -30,6 +30,7 @@ static void Main(string[] args)

Log.LogPath = Platform.ResolvePath("^", "Logs");
Log.AddChannel("perf", null);
Log.AddChannel("debug", null);

var modName = args[0];
if (!ModMetadata.AllMods.Keys.Contains(modName))
Expand Down

0 comments on commit f971ff1

Please sign in to comment.