Add stealthmins (#26263)
* Add stealthmin command. * Update Content.Server/Administration/Commands/AdminWhoCommand.cs As suggested by CE. Co-authored-by: Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com> * Add admin notifications for admins toggling stealthmin. * Localize stealthmin command --------- Co-authored-by: Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com>
This commit is contained in:
@@ -94,6 +94,11 @@
|
||||
/// </summary>
|
||||
MassBan = 1 << 15,
|
||||
|
||||
/// <summary>
|
||||
/// Allows you to remain hidden from adminwho except to other admins with this flag.
|
||||
/// </summary>
|
||||
Stealth = 1 << 16,
|
||||
|
||||
/// <summary>
|
||||
/// Dangerous host permissions like scsi.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user