Skip to content

Commit

Permalink
Preload Harmony and MonoMod
Browse files Browse the repository at this point in the history
  • Loading branch information
ghorsington committed Feb 3, 2022
1 parent 481e9ba commit a1bb117
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion BepInEx.Preloader/Entrypoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Linq;
using System.Reflection;
using BepInEx.Preloader.RuntimeFixes;
using HarmonyXInterop;

namespace BepInEx.Preloader
{
Expand All @@ -21,6 +20,9 @@ internal static class PreloaderRunner
"Mono.Cecil.Mdb.dll",
"Mono.Cecil.Pdb.dll",
"Mono.Cecil.Rocks.dll",
"MonoMod.Utils.dll",
"MonoMod.RuntimeDetour.dll",
"0Harmony.dll",
};

private static void LoadCriticalAssemblies()
Expand Down

0 comments on commit a1bb117

Please sign in to comment.