From de2640ea6c03e87b58da330b91cb2dafae5b8f62 Mon Sep 17 00:00:00 2001 From: Null <56081759+NullWanderer@users.noreply.github.com> Date: Wed, 27 Mar 2024 23:53:09 +0000 Subject: [PATCH] Cherry-picked commit a2a3bcbb869530aa1511af8339d8abc2cc84eba8 from DeltaV-Station/Delta-v/master --- Content.Server/Whitelist/WhitelistCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Whitelist/WhitelistCommands.cs b/Content.Server/Whitelist/WhitelistCommands.cs index 6a4347cdd13..6a9050f57b2 100644 --- a/Content.Server/Whitelist/WhitelistCommands.cs +++ b/Content.Server/Whitelist/WhitelistCommands.cs @@ -71,7 +71,7 @@ public override CompletionResult GetCompletion(IConsoleShell shell, string[] arg } } -[AdminCommand(AdminFlags.Ban | AdminFlags.Whitelist)] // DeltaV - Custom permission for whitelist. Hopefully this is an or, not an and +[AdminCommand(AdminFlags.Ban), AdminCommand(AdminFlags.Whitelist)] // DeltaV - Custom permission for whitelist. public sealed class RemoveWhitelistCommand : LocalizedCommands { public override string Command => "whitelistremove";