Add panic bunker toggle to admin menu (#13450)
This commit is contained in:
@@ -250,7 +250,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.SERVERONLY);
|
||||
CVarDef.Create("game.panic_bunker.enabled", false, CVar.NOTIFY | CVar.REPLICATED);
|
||||
|
||||
/// <summary>
|
||||
/// Show reason of disconnect for user or not.
|
||||
|
||||
Reference in New Issue
Block a user