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:
parent
96a1700b8c
commit
28fe58435f
|
|
@ -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!;
|
||||
|
|
|
|||
Loading…
Reference in New Issue