Skip to content

Commit

Permalink
Changed: Check Missing Deps Before their info is Potentially Removed …
Browse files Browse the repository at this point in the history
…on Boot
  • Loading branch information
Sewer56 committed Feb 14, 2024
1 parent 62e6e34 commit 68de9a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/Reloaded.Mod.Launcher.Lib/Setup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ private static void SetLoaderPaths(LoaderConfig config, string launcherDirectory
/// </summary>
private static async Task CheckForUpdatesAsync()
{
await CheckForMissingModDependenciesAsync(); // in case DependencyMetadataWriterFactory deletes one after unsuccessful pull from 1 click
await DependencyMetadataWriterFactory.ExecuteAllAsync(IoC.Get<ModConfigService>());
await Update.CheckForLoaderUpdatesAsync();
await Task.Run(Update.CheckForModUpdatesAsync);
Expand Down

0 comments on commit 68de9a0

Please sign in to comment.