From 7969e58fbf72aabdf64ee69c427b58f56670d14b Mon Sep 17 00:00:00 2001 From: Archi Date: Wed, 20 Mar 2024 13:51:43 +0100 Subject: [PATCH] Remove wrong failsafe --- ArchiSteamFarm/Steam/Interaction/Commands.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ArchiSteamFarm/Steam/Interaction/Commands.cs b/ArchiSteamFarm/Steam/Interaction/Commands.cs index c19ac8305..02afcb126 100644 --- a/ArchiSteamFarm/Steam/Interaction/Commands.cs +++ b/ArchiSteamFarm/Steam/Interaction/Commands.cs @@ -3180,8 +3180,6 @@ public sealed class Commands { throw new InvalidEnumArgumentException(nameof(access), (int) access, typeof(EAccess)); } - ArgumentException.ThrowIfNullOrEmpty(pluginsText); - if (access < EAccess.Owner) { return null; }