Shuffle around command perms for trial admin (#5606)

This commit is contained in:
Moony
2021-11-29 14:40:10 -06:00
committed by GitHub
parent eab5c8c2ad
commit cc1741f0a9
16 changed files with 30 additions and 17 deletions

View File

@@ -65,6 +65,16 @@ namespace Content.Shared.Administration
/// </summary>
Logs = 1 << 9,
/// <summary>
/// Lets you modify the round (forcemap, loadgamemap, etc)
/// </summary>
Round = 1 << 10,
/// <summary>
/// Lets you use BQL queries.
/// </summary>
Query = 1 << 11,
/// <summary>
/// Dangerous host permissions like scsi.
/// </summary>