Update WebBrowser.cs

This commit is contained in:
JustArchi
2020-09-14 10:15:08 +02:00
parent 88dd9edde5
commit dc498f8927

View File

@@ -166,7 +166,7 @@ namespace ArchiSteamFarm {
continue;
}
readThisBatch += (uint) read;
readThisBatch += read;
if (readThisBatch < batchIncreaseSize) {
continue;