Browse Source

Made pending updates install *before* the patching

pull/32/head
Anairkoen Schno 4 years ago
parent
commit
06d6854daa
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      IPA.Injector/Injector.cs

+ 3
- 3
IPA.Injector/Injector.cs View File

@ -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();


Loading…
Cancel
Save