Fixed crash while trying to get DLC with invalid AppID
This commit is contained in:
parent
b68f45d4d7
commit
56e92924ed
5 changed files with 38 additions and 16 deletions
|
@ -57,7 +57,7 @@ namespace auto_creamapi.Model
|
|||
if (!(File.Exists("steam_api.dll") && File.Exists("steam_api64.dll")))
|
||||
{
|
||||
MyLogger.Log.Information("Missing files, trying to download...");
|
||||
new Action(async() => await DownloadDll(CsRinRuLogin.Username, CsRinRuLogin.Password))();
|
||||
new Action(async() => await DownloadDll(Secrets.ForumUsername, Secrets.ForumPassword))();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue