From 64e2aaa968cf338f1e8a7dc87ee7a27f7abe1126 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Sat, 8 Sep 2018 21:21:52 -0500 Subject: [PATCH] Because for whatever reason the previous try didn't work, and this one does. --- IPA.Loader/Updating/ModsaberML/Updater.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/IPA.Loader/Updating/ModsaberML/Updater.cs b/IPA.Loader/Updating/ModsaberML/Updater.cs index c41fad84..1ddb0791 100644 --- a/IPA.Loader/Updating/ModsaberML/Updater.cs +++ b/IPA.Loader/Updating/ModsaberML/Updater.cs @@ -250,6 +250,7 @@ namespace IPA.Updating.ModsaberML { Logger.updater.Error($"Error getting map for {dep.Name}"); Logger.updater.Error(e); + dep.MetaRequestFailed = true; continue; }