Update WhiteCVars.cs
This commit is contained in:
@@ -76,7 +76,7 @@ public sealed class WhiteCVars
|
|||||||
/// URL of the TTS server API.
|
/// URL of the TTS server API.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static readonly CVarDef<string> TTSApiUrl =
|
public static readonly CVarDef<string> TTSApiUrl =
|
||||||
CVarDef.Create("tts.api_url", "http://46.173.131.39:2386/", CVar.SERVERONLY);
|
CVarDef.Create("tts.api_url", "", CVar.SERVERONLY);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// TTS Volume
|
/// TTS Volume
|
||||||
|
|||||||
Reference in New Issue
Block a user