From de55571c4de570ec723f4c85cfdbeacd9e36d998 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sat, 1 Jul 2017 14:35:34 +0200 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 0b2824fc7..d152c8c3f 100644 --- a/ArchiSteamFarm/GlobalConfig.cs +++ b/ArchiSteamFarm/GlobalConfig.cs @@ -38,7 +38,7 @@ namespace ArchiSteamFarm { internal const byte DefaultConnectionTimeout = 60; internal const ushort DefaultIPCPort = 1242; internal const byte DefaultLoginLimiterDelay = 10; - internal const string UlongStringPrefix = "_s"; + internal const string UlongStringPrefix = "s_"; // This is hardcoded blacklist which should not be possible to change internal static readonly HashSet GlobalBlacklist = new HashSet { 267420, 303700, 335590, 368020, 425280, 480730, 566020, 639900 };