Fix mod assembly loading on Windows.
This commit is contained in:
@@ -42,8 +42,6 @@ namespace OpenRA.Utility
|
||||
return;
|
||||
}
|
||||
|
||||
AppDomain.CurrentDomain.AssemblyResolve += FileSystem.FileSystem.ResolveAssembly;
|
||||
|
||||
Log.AddChannel("perf", null);
|
||||
Log.AddChannel("debug", null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user