Cvar to allow whitelisted players to bypass panic bunker (#23885)
Among us
This commit is contained in:
@@ -305,6 +305,12 @@ namespace Content.Shared.CCVar
|
||||
public static readonly CVarDef<string> PanicBunkerCustomReason =
|
||||
CVarDef.Create("game.panic_bunker.custom_reason", string.Empty, CVar.SERVERONLY);
|
||||
|
||||
/// <summary>
|
||||
/// Allow bypassing the panic bunker if the user is whitelisted.
|
||||
/// </summary>
|
||||
public static readonly CVarDef<bool> BypassBunkerWhitelist =
|
||||
CVarDef.Create("game.panic_bunker.whitelisted_can_bypass", true, CVar.SERVERONLY);
|
||||
|
||||
/// <summary>
|
||||
/// Make people bonk when trying to climb certain objects like tables.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user