Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Sep 30, 2024
1 parent ae0704e commit 1e34619
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ArchiSteamFarm/Steam/Integration/ArchiWebHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ public sealed class ArchiWebHandler : IDisposable {
internal const ushort MaxItemsInSingleInventoryRequest = 5000;

private const string EconService = "IEconService";

[Obsolete]
private const string LoyaltyRewardsService = "ILoyaltyRewardsService";

private const byte MaxTradeOfferMessageLength = 128;
private const byte MinimumSessionValidityInSeconds = 10;
private const byte SessionIDLength = 24; // For maximum compatibility, should be divisible by 2 and match the length of "sessionid" property that Steam uses across their websites
Expand Down

0 comments on commit 1e34619

Please sign in to comment.