From 8ffdd8bca0a52939477e898cfe14f01e2db4d06b Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sat, 8 May 2021 01:49:06 +0200 Subject: [PATCH] Remove obsolete property --- ArchiSteamFarm/Steam/Bot.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ArchiSteamFarm/Steam/Bot.cs b/ArchiSteamFarm/Steam/Bot.cs index dfa1da3e2..9d8dcdc8d 100644 --- a/ArchiSteamFarm/Steam/Bot.cs +++ b/ArchiSteamFarm/Steam/Bot.cs @@ -129,11 +129,6 @@ namespace ArchiSteamFarm.Steam { [PublicAPI] public bool IsPlayingPossible => !PlayingBlocked && !LibraryLocked; - [Obsolete("Use " + nameof(OwnedPackageIDs) + " instead")] - [JsonIgnore] - [PublicAPI] - public IReadOnlyCollection OwnedPackageIDsReadOnly => OwnedPackageIDs.Keys.ToHashSet(); - [JsonIgnore] [PublicAPI] public SteamApps SteamApps { get; }