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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user