Skip to content

Commit

Permalink
Cherry-picked commit a2a3bcbb869530aa1511af8339d8abc2cc84eba8 from De…
Browse files Browse the repository at this point in the history
…ltaV-Station/Delta-v/master
  • Loading branch information
NullWanderer authored and PrMirrorBot committed Apr 7, 2024
1 parent b702cbd commit de2640e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Whitelist/WhitelistCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit de2640e

Please sign in to comment.