This commit is contained in:
JustArchi
2019-04-03 23:29:03 +02:00
parent 9999e19d16
commit 99574f60bd

View File

@@ -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
}
);