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; }