Second fix attempt

This commit is contained in:
JustArchi
2017-01-31 21:03:06 +01:00
parent 4133254f7f
commit c426ddece7
3 changed files with 4 additions and 28 deletions

View File

@@ -35,7 +35,6 @@ using SteamKit2.Internal;
namespace ArchiSteamFarm {
internal sealed class ArchiHandler : ClientMsgHandler {
internal const byte MaxGamesPerPICSRequest = 1; // TODO: This might need to be corrected
internal const byte MaxGamesPlayedConcurrently = 32; // This is limit introduced by Steam Network
private readonly ArchiLogger ArchiLogger;