diff --git a/source/Reloaded.Mod.Launcher.Lib/Update.cs b/source/Reloaded.Mod.Launcher.Lib/Update.cs index 42021d8a..4c4abdc9 100644 --- a/source/Reloaded.Mod.Launcher.Lib/Update.cs +++ b/source/Reloaded.Mod.Launcher.Lib/Update.cs @@ -406,6 +406,8 @@ private static void ShowStuckInDownloadLoopDialog(ModDependencyResolveResult res $"Please report this issue to the link above if you encounter it.\n" + $"In the meantime, download the required mods manually (you should " + $"hopefully find it by ID or Name).\n\n" + + $"Sometimes this can also happen if you exceed the API rate limit.\n" + + $"Try again after about an hour; the issue may resolve itself.\n\n" + $"Sorry for the pain."); ActionWrappers.ExecuteWithApplicationDispatcher(() => @@ -415,4 +417,4 @@ private static void ShowStuckInDownloadLoopDialog(ModDependencyResolveResult res }); }); } -} \ No newline at end of file +}