Skip to content

Commit 169ea52

Browse files
committed
disable load blocks temporarily
1 parent 1367be6 commit 169ea52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BepInEx.Core/Bootstrap/BaseChainloader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ private static bool IsAssemblySafe(string assemblyPath)
502502
{
503503
var fullName = methodRef.FullName;
504504

505-
if (fullName.Contains("System.Reflection.Assembly::Load")) return false;
505+
//if (fullName.Contains("System.Reflection.Assembly::Load")) return false;
506506
}
507507
}
508508
}

0 commit comments

Comments
 (0)