Browse Source

Add error catching for certain preloader patching cases

ghorsington 4 years ago
parent
commit
17b057ad78
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BepInEx.Preloader/Patching/PatcherPlugin.cs

+ 1 - 1
BepInEx.Preloader/Patching/PatcherPlugin.cs

@@ -8,7 +8,7 @@ namespace BepInEx.Preloader.Patching
 	/// <summary>
 	///     A single assembly patcher.
 	/// </summary>
-	internal class PatcherPlugin : ICacheable
+	public class PatcherPlugin : ICacheable
 	{
 		/// <summary>
 		///     Target assemblies to patch.