Skip to content

Commit 0768765

Browse files
authored
chore: blacklist summer sale 2024 appid (#3226)
refers to https://steamcommunity.com/my/gamecards/2861690
1 parent dc7ee7f commit 0768765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ArchiSteamFarm/Steam/Cards/CardsFarmer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public sealed class CardsFarmer : IAsyncDisposable, IDisposable {
5858
private const byte HoursToIgnore = 1; // How many hours we ignore unreleased appIDs and don't bother checking them again
5959

6060
[PublicAPI]
61-
public static readonly FrozenSet<uint> SalesBlacklist = new HashSet<uint>(20) { 267420, 303700, 335590, 368020, 425280, 480730, 566020, 639900, 762800, 876740, 991980, 1195670, 1343890, 1465680, 1658760, 1797760, 2021850, 2243720, 2459330, 2640280 }.ToFrozenSet();
61+
public static readonly FrozenSet<uint> SalesBlacklist = new HashSet<uint>(21) { 267420, 303700, 335590, 368020, 425280, 480730, 566020, 639900, 762800, 876740, 991980, 1195670, 1343890, 1465680, 1658760, 1797760, 2021850, 2243720, 2459330, 2640280, 2861690 }.ToFrozenSet();
6262

6363
private static readonly ConcurrentDictionary<uint, DateTime> GloballyIgnoredAppIDs = new(); // Reserved for unreleased games
6464

0 commit comments

Comments
 (0)