Set LoginID

pull/80/head
Pavel Djundik 6 years ago committed by Ryan Kistner
parent 8dd7c4c1b5
commit def0729fce

@ -349,6 +349,7 @@ namespace DepotDownloader
Password = loginKey == null ? password : null,
ShouldRememberPassword = Config.RememberPassword,
LoginKey = loginKey,
LoginID = 0x534B32, // "SK2"
}
);

Loading…
Cancel
Save