Fix mod assembly loading on Windows.

This commit is contained in:
Paul Chote
2016-02-07 18:14:06 +00:00
parent e0d74455f5
commit 6c6826c3f3
6 changed files with 55 additions and 39 deletions

View File

@@ -42,8 +42,6 @@ namespace OpenRA.Utility
return;
}
AppDomain.CurrentDomain.AssemblyResolve += FileSystem.FileSystem.ResolveAssembly;
Log.AddChannel("perf", null);
Log.AddChannel("debug", null);