wtf is that

This commit is contained in:
zznty
2022-10-29 02:02:14 +07:00
parent f440a57424
commit db6f7b0b40
2 changed files with 1 additions and 54 deletions

View File

@@ -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)