Update WhiteCVars.cs

This commit is contained in:
HitPanda
2023-05-07 20:29:52 +03:00
committed by Aviu00
parent 21a2d3cdba
commit 1c3f0c4f0b

View File

@@ -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