Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
BugFix: DownloadAndUpdate now calls the callback on invalid auth
Browse files Browse the repository at this point in the history
  • Loading branch information
modio-jackson committed Jun 10, 2021
1 parent 08e3f4c commit b030158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runtime/ModManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ public static System.Collections.IEnumerator DownloadAndUpdateMods_Coroutine(ILi
{
if(error.isAuthenticationInvalid)
{
yield break;
isRequestResolved = true;
}
else if(error.isRequestUnresolvable)
{
Expand Down

0 comments on commit b030158

Please sign in to comment.