diff --git a/ArchiSteamFarm/GlobalConfig.cs b/ArchiSteamFarm/GlobalConfig.cs index af1139fc9..507c0cbc5 100644 --- a/ArchiSteamFarm/GlobalConfig.cs +++ b/ArchiSteamFarm/GlobalConfig.cs @@ -37,7 +37,7 @@ namespace ArchiSteamFarm { } // This is hardcoded blacklist which should not be possible to change - internal static readonly HashSet GlobalBlacklist = new HashSet { 267420 , 303700, 335590, 368020, 425280 }; + internal static readonly HashSet GlobalBlacklist = new HashSet { 267420, 303700, 335590, 368020, 425280 }; [JsonProperty(Required = Required.DisallowNull)] internal bool AutoUpdates { get; private set; } = true;