Packages update

This commit is contained in:
JustArchi
2018-04-11 18:36:00 +02:00
parent 6b3f13a023
commit cd089424e7
2 changed files with 1 additions and 4 deletions

View File

@@ -38,11 +38,10 @@
<PackageReference Include="HtmlAgilityPack" Version="1.7.4" />
<PackageReference Include="Humanizer" Version="2.2.0" />
<PackageReference Include="ILLink.Tasks" Version="0.1.5-preview-1461378" />
<PackageReference Include="Microsoft.Win32.Registry" Version="4.5.0-preview1-26216-02" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="NLog" Version="4.5.2" />
<PackageReference Include="protobuf-net" Version="2.3.7" />
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="4.5.0-preview1-26216-02" />
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="4.5.0-preview2-26406-04" />
</ItemGroup>
<ItemGroup>

View File

@@ -1262,8 +1262,6 @@ namespace ArchiSteamFarm {
return null;
}
ASF.ArchiLogger.LogGenericDebug("Value: " + privacyResponse.Settings.Inventory);
switch (privacyResponse.Settings.Inventory) {
case Steam.PrivacyResponse.PrivacySettings.EPrivacySetting.FriendsOnly:
case Steam.PrivacyResponse.PrivacySettings.EPrivacySetting.Private: