Enable Harmony bootstrapper

This commit is contained in:
Archangel
2025-02-14 00:46:48 +01:00
parent 72d99fea9d
commit c4d6aa83b3
3 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ public static class Program
public static void Main(string[] args)
{
var mods = ModDllLoader.LoadAllMods();
// HarmonyBootstrapper.LoadAllPatches(assemblies);
HarmonyBootstrapper.LoadAllPatches(mods.Select(asm => asm.Assembly).ToList());
var builder = WebApplication.CreateBuilder(args);
builder.Host.UseSerilog();