wtf is that
This commit is contained in:
@@ -95,10 +95,7 @@ public abstract class PluginData : IEquatable<PluginData>
|
||||
Error();
|
||||
return false;
|
||||
}
|
||||
|
||||
// Precompile the entire assembly in order to force any missing method exceptions
|
||||
LogFile.WriteLine("Precompiling " + a);
|
||||
LoaderTools.Precompile(a);
|
||||
|
||||
return true;
|
||||
}
|
||||
catch (Exception e)
|
||||
|
Reference in New Issue
Block a user