death to it (#8981)

This commit is contained in:
EmoGarbage404
2022-06-20 16:59:04 -04:00
committed by GitHub
parent 847a74958d
commit 8273434af5
2 changed files with 20 additions and 0 deletions

View File

@@ -728,6 +728,12 @@ namespace Content.Shared.CCVar
/// </summary>
public static readonly CVarDef<bool> DisablingOOCDisablesRelay = CVarDef.Create("ooc.disabling_ooc_disables_relay", true, CVar.SERVERONLY);
/// <summary>
/// Whether or not OOC chat should be enabled during a round.
/// </summary>
public static readonly CVarDef<bool> OocEnableDuringRound =
CVarDef.Create("ooc.enable_during_round", false, CVar.NOTIFY | CVar.REPLICATED |CVar.SERVER);
/*
* LOOC
*/