From def0729fce3249339ff7a9e29ef6adeac2aaee1d Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Sat, 22 Feb 2020 13:19:01 +0200 Subject: [PATCH] Set LoginID --- DepotDownloader/ContentDownloader.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/DepotDownloader/ContentDownloader.cs b/DepotDownloader/ContentDownloader.cs index fc46afa5..a24b1003 100644 --- a/DepotDownloader/ContentDownloader.cs +++ b/DepotDownloader/ContentDownloader.cs @@ -349,6 +349,7 @@ namespace DepotDownloader Password = loginKey == null ? password : null, ShouldRememberPassword = Config.RememberPassword, LoginKey = loginKey, + LoginID = 0x534B32, // "SK2" } );