Revert "make OnModStart addon patches work"

This reverts commit 7dfbba52c98685d3571c59b4dcef92727d5d6c30.
This commit is contained in:
_nebula 2023-07-04 20:24:07 +01:00
parent fb2eda7b13
commit c6255fbb15

View File

@ -167,7 +167,6 @@ public class QSBCore : ModBehaviour
// init again to get addon patches
QSBPatchManager.Init();
QSBPatchManager.DoPatchType(QSBPatchTypes.OnModStart);
MenuApi = ModHelper.Interaction.TryGetModApi<IMenuAPI>(ModHelper.Manifest.Dependencies[0]);