From 9b9f45f26a1748fb21cb15ab14ef45f60f84dfd0 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Fri, 26 Apr 2019 15:42:53 +0200 Subject: [PATCH] Misc --- ArchiSteamFarm/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArchiSteamFarm/Commands.cs b/ArchiSteamFarm/Commands.cs index 5bdad89db..d146f1dfd 100644 --- a/ArchiSteamFarm/Commands.cs +++ b/ArchiSteamFarm/Commands.cs @@ -33,7 +33,7 @@ using SteamKit2; namespace ArchiSteamFarm { 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 Dictionary CachedGamesOwned = new Dictionary();