");
@@ -283,13 +284,13 @@ private static void AddInvolvedPlugins(CrashReportModel crashReport, StringBuild
foreach (var method in stacktrace.PatchMethods)
{
var harmonyPatch = method as MethodHarmonyPatch;
-
+
// Ignore blank transpilers used to force the jitter to skip inlining
if (method.MethodName == "BlankTranspiler") continue;
var pluginId2 = method.LoaderPluginId ?? "UNKNOWN";
sbMain.Append("