feat: people who turn off panicbunker can turn it back on (#5484)

* feat: people who turn off panicbunker can turn it back on

* docs: move patch comment
This commit is contained in:
DisposableCrewmember42 2026-03-09 19:36:06 +00:00 committed by GitHub
parent 96a1700b8c
commit 28fe58435f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ using Robust.Shared.Console;
namespace Content.Server.Administration.Commands;
[AdminCommand(AdminFlags.Server)]
[AdminCommand(AdminFlags.Ban)] // DeltaV - Change required flag from Server to Ban. If you are able to ban, the panic bunker turns off on join. You should be able to turn it back on.
public sealed class PanicBunkerCommand : LocalizedCommands
{
[Dependency] private readonly IConfigurationManager _cfg = default!;