tts.client_enabled default true
This commit is contained in:
parent
9a69bfc132
commit
fda36aef3b
1 changed files with 1 additions and 2 deletions
|
|
@ -37,8 +37,7 @@ public sealed class SunriseCCVars
|
|||
/// Option to disable TTS events for client
|
||||
/// </summary>
|
||||
public static readonly CVarDef<bool> TTSClientEnabled =
|
||||
CVarDef.Create("tts.client_enabled", false, CVar.CLIENTONLY | CVar.ARCHIVE);
|
||||
|
||||
CVarDef.Create("tts.client_enabled", true, CVar.CLIENTONLY | CVar.ARCHIVE);
|
||||
|
||||
/// <summary>
|
||||
/// Default volume setting of TTS sound
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue