Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Commit

Permalink
enable OOC during rounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Peptide90 committed Apr 20, 2024
1 parent 1ad78cf commit 48a728c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/CCVar/CCVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@ public static readonly CVarDef<bool>
/// 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);
CVarDef.Create("ooc.enable_during_round", true, CVar.NOTIFY | CVar.REPLICATED | CVar.SERVER);

/*
* LOOC
Expand Down

0 comments on commit 48a728c

Please sign in to comment.