death to it (#8981)
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user