Skip to content

Commit

Permalink
Adds a massban flag to the admin flags (#25327)
Browse files Browse the repository at this point in the history
Adds a massban flag to the admin flags used on ss14 to ban large amounts of players rom a .tsv file

Co-authored-by: Geekyhobo <[email protected]>
  • Loading branch information
Geekyhobo and Geekyhobo authored Feb 17, 2024
1 parent cb999d2 commit dbf2c64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Content.Shared/Administration/AdminFlags.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ public enum AdminFlags : uint
/// </summary>
EditNotes = 1 << 14,

/// <summary>
/// Lets you Massban, on SS14.Admin
/// </summary>
MassBan = 1 << 15,

/// <summary>
/// Dangerous host permissions like scsi.
/// </summary>
Expand Down

0 comments on commit dbf2c64

Please sign in to comment.