From 48a728c5bd5a2619907da3b5ddc52972043f4ccb Mon Sep 17 00:00:00 2001 From: Peptide90 Date: Sat, 20 Apr 2024 14:29:34 +0100 Subject: [PATCH] enable OOC during rounds --- Content.Shared/CCVar/CCVars.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index bfb7081bcb7623..1d23d5d4886505 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -1203,7 +1203,7 @@ public static readonly CVarDef /// Whether or not OOC chat should be enabled during a round. /// public static readonly CVarDef OocEnableDuringRound = - CVarDef.Create("ooc.enable_during_round", false, CVar.NOTIFY | CVar.REPLICATED | CVar.SERVER); + CVarDef.Create("ooc.enable_during_round", true, CVar.NOTIFY | CVar.REPLICATED | CVar.SERVER); /* * LOOC