mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Misc
This commit is contained in:
@@ -181,9 +181,7 @@ public sealed class Trading : IDisposable {
|
||||
}
|
||||
|
||||
// Otherwise, fill the missing holes in our data if needed, since we actually had zeros there
|
||||
byte missingAmounts = (byte) (afterAmounts.Count - beforeAmounts.Count);
|
||||
|
||||
for (byte i = 0; i < missingAmounts; i++) {
|
||||
while (afterAmounts.Count > beforeAmounts.Count) {
|
||||
beforeAmounts.Insert(0, 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user