Skip to content

Commit

Permalink
Fix small issue while waiting for steam to boot up
Browse files Browse the repository at this point in the history
  • Loading branch information
bcssov committed Aug 4, 2022
1 parent 95f5b50 commit 1a35463
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/IronyModManager.IO/Platforms/SteamHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Created : 07-11-2022
//
// Last Modified By : Mario
// Last Modified On : 07-11-2022
// Last Modified On : 08-04-2022
// ***********************************************************************
// <copyright file="SteamHandler.cs" company="Mario">
// Mario
Expand Down Expand Up @@ -147,6 +147,7 @@ public async Task<bool> InitAsync(long appId)
break;
}
result = await InitializeAndValidateAsync();
await Task.Delay(Delay);
initCheckAttempts++;
}
return result;
Expand Down

0 comments on commit 1a35463

Please sign in to comment.