mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Misc
This commit is contained in:
@@ -1976,7 +1976,7 @@ namespace ArchiSteamFarm {
|
||||
const string request = "/mobileconf/multiajaxop";
|
||||
|
||||
// Extra entry for sessionID
|
||||
List<KeyValuePair<string, string>> data = new List<KeyValuePair<string, string>>(8 + confirmations.Count * 2) {
|
||||
List<KeyValuePair<string, string>> data = new List<KeyValuePair<string, string>>(8 + (confirmations.Count * 2)) {
|
||||
new KeyValuePair<string, string>("a", Bot.SteamID.ToString()),
|
||||
new KeyValuePair<string, string>("k", confirmationHash),
|
||||
new KeyValuePair<string, string>("m", "android"),
|
||||
|
||||
Reference in New Issue
Block a user