Browse Source

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

piracy-check 3.10.0
Anairkoen Schno 5 years ago
parent
commit
64e2aaa968
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