Merge pull request #4702 from ScottNZ/utility

Fix OpenRA.Utility not being able to locate mod assemblies
This commit is contained in:
Paul Chote
2014-02-22 13:34:36 +13:00

View File

@@ -39,6 +39,8 @@ namespace OpenRA.Utility
{
if (args.Length == 0) { PrintUsage(); return; }
AppDomain.CurrentDomain.AssemblyResolve += FileSystem.ResolveAssembly;
Log.LogPath = Platform.SupportDir + "Logs" + Path.DirectorySeparatorChar;
try