diff --git a/tools/check_gamefixes.py b/tools/check_gamefixes.py index 66532c41..11e0e47e 100644 --- a/tools/check_gamefixes.py +++ b/tools/check_gamefixes.py @@ -21,7 +21,7 @@ } # Steam games that are no longer on sale, but are valid IDs -whitelist_steam = {231990, 4730, 105400, 321040} +whitelist_steam = {231990, 4730, 105400, 321040, 12840} def check_steamfixes(project: Path, url: str, api: ApiEndpoint) -> None: