mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Calculate proper dupe values for the same cards
This commit is contained in:
@@ -209,6 +209,7 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
|
||||
amountsToGive.Add(amount);
|
||||
amountMap[key] = amount - 1; // We're giving one, so we have one less
|
||||
}
|
||||
|
||||
// Sort it ascending
|
||||
@@ -224,6 +225,7 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
|
||||
amountsToReceive.Add(amount);
|
||||
amountMap[key] = amount + 1; // We're getting one, so we have one more
|
||||
}
|
||||
|
||||
// Sort it ascending
|
||||
|
||||
Reference in New Issue
Block a user