Browse Source

Because for whatever reason the previous try didn't work, and this one does.

pull/46/head
Anairkoen Schno 6 years ago
parent
commit
a2f84fb72b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      IPA.Loader/Updating/ModsaberML/Updater.cs

+ 1
- 0
IPA.Loader/Updating/ModsaberML/Updater.cs View File

@ -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;
}


Loading…
Cancel
Save