This commit is contained in:
JustArchi
2019-04-26 15:42:53 +02:00
parent 15eb5abb42
commit 9b9f45f26a

View File

@@ -33,7 +33,7 @@ using SteamKit2;
namespace ArchiSteamFarm { namespace ArchiSteamFarm {
public sealed class Commands { public sealed class Commands {
private const ushort SteamTypingStatusDelay = 10000; // Steam client broadcasts typing status each 10 seconds private const ushort SteamTypingStatusDelay = 10 * 1000; // Steam client broadcasts typing status each 10 seconds
private readonly Bot Bot; private readonly Bot Bot;
private readonly Dictionary<uint, string> CachedGamesOwned = new Dictionary<uint, string>(); private readonly Dictionary<uint, string> CachedGamesOwned = new Dictionary<uint, string>();