From 06d6854daaf2ea2578239ae0d8ae8a463681c69e Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Sat, 21 Dec 2019 01:21:27 -0600 Subject: [PATCH] Made pending updates install *before* the patching --- IPA.Injector/Injector.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/IPA.Injector/Injector.cs b/IPA.Injector/Injector.cs index 83f6a616..95d14ee1 100644 --- a/IPA.Injector/Injector.cs +++ b/IPA.Injector/Injector.cs @@ -85,13 +85,13 @@ namespace IPA.Injector CriticalSection.Configure(); + Updates.InstallPendingUpdates(); + loader.Debug("Prepping bootstrapper"); - + // updates backup InstallBootstrapPatch(); - Updates.InstallPendingUpdates(); - LibLoader.SetupAssemblyFilenames(true); GameVersionEarly.Load();