mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-12 22:50:39 +00:00
Misc
This commit is contained in:
@@ -2527,14 +2527,14 @@ namespace ArchiSteamFarm {
|
||||
// Inform the steam servers that we're accepting this sentry file
|
||||
SteamUser.SendMachineAuthResponse(
|
||||
new SteamUser.MachineAuthDetails {
|
||||
JobID = callback.JobID,
|
||||
FileName = callback.FileName,
|
||||
BytesWritten = callback.BytesToWrite,
|
||||
FileName = callback.FileName,
|
||||
FileSize = (int) fileSize,
|
||||
Offset = callback.Offset,
|
||||
Result = EResult.OK,
|
||||
JobID = callback.JobID,
|
||||
LastError = 0,
|
||||
Offset = callback.Offset,
|
||||
OneTimePassword = callback.OneTimePassword,
|
||||
Result = EResult.OK,
|
||||
SentryFileHash = sentryHash
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user