Skip to content

Commit

Permalink
Adds a Pii Flag, Censors Hwid and Ip (#27776)
Browse files Browse the repository at this point in the history
* yes

* fixes
  • Loading branch information
Geekyhobo authored and Evgencheg committed Sep 22, 2024
1 parent c8ced07 commit 39e6d67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Content.Shared/Administration/AdminFlags.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,14 @@ public enum AdminFlags : uint
///</summary>
Pii = 1 << 18,

<<<<<<< HEAD
/// <summary>
/// DeltaV - The ability to whitelist people. Either this permission or +BAN is required for remove.
/// </summary>
Whitelist = 1 << 20,

=======
>>>>>>> 94a113dbd6 (Adds a Pii Flag, Censors Hwid and Ip (#27776))
/// <summary>
/// Dangerous host permissions like scsi.
/// </summary>
Expand Down

0 comments on commit 39e6d67

Please sign in to comment.