From ac9943ff94418346ce943d55a5c5e64bc28254f6 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Mon, 7 Mar 2016 14:48:59 +0100 Subject: [PATCH] Misc --- ArchiSteamFarm/GlobalConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;