Enable panic bunker by default (#23252)

* update cvars

* vote 1984

* rip

* add custom reason

* make panic_bunker.enabled a server cvar

I am kind of guessing

---------

Co-authored-by: DrSmugleaf <drsmugleaf@gmail.com>
This commit is contained in:
Chief-Engineer
2024-01-03 03:26:13 -06:00
committed by GitHub
parent aa6645c8e9
commit 7ecd7668a1
4 changed files with 12 additions and 1 deletions

View File

@@ -258,7 +258,7 @@ namespace Content.Shared.CCVar
/// Whether or not panic bunker is currently enabled.
/// </summary>
public static readonly CVarDef<bool> PanicBunkerEnabled =
CVarDef.Create("game.panic_bunker.enabled", false, CVar.NOTIFY | CVar.REPLICATED);
CVarDef.Create("game.panic_bunker.enabled", false, CVar.NOTIFY | CVar.REPLICATED | CVar.SERVER);
/// <summary>
/// Whether or not the panic bunker will disable when an admin comes online.