mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Remove wrong failsafe
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user