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]);