Remove wrong failsafe

This commit is contained in:
Archi
2024-03-20 13:51:43 +01:00
parent 7043ebda23
commit 7969e58fbf

View File

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