Skip to content

Commit

Permalink
🎨 fixs
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzaz committed May 6, 2024
1 parent 2fb12f1 commit 96025c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ private void RunOrStopAutoCardDropCheck(bool b)
{
try
{
Task.Delay(TimeSpan.FromMinutes(0.5), DropCardCancellationTokenSource.Token).Wait();
Task.Delay(TimeSpan.FromMinutes(SteamIdleSettings.RefreshBadgesTime.Value), DropCardCancellationTokenSource.Token).Wait();
AutoCardDropCheck().Wait();
}
catch (AggregateException ae)
Expand Down

0 comments on commit 96025c9

Please sign in to comment.