From 7dfbba52c98685d3571c59b4dcef92727d5d6c30 Mon Sep 17 00:00:00 2001 From: _nebula <41904486+misternebula@users.noreply.github.com> Date: Tue, 4 Jul 2023 20:05:49 +0100 Subject: [PATCH] make OnModStart addon patches work --- QSB/QSBCore.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/QSB/QSBCore.cs b/QSB/QSBCore.cs index 1e54438c..cf8ef47c 100644 --- a/QSB/QSBCore.cs +++ b/QSB/QSBCore.cs @@ -167,6 +167,7 @@ public class QSBCore : ModBehaviour // init again to get addon patches QSBPatchManager.Init(); + QSBPatchManager.DoPatchType(QSBPatchTypes.OnModStart); MenuApi = ModHelper.Interaction.TryGetModApi(ModHelper.Manifest.Dependencies[0]);