System/Chat/ChatCenter.cs
@@ -293,7 +293,7 @@ } } const string downloadUrl = "http://{0}.voice.secondworld.net.cn:53001/voice/download"; const string downloadUrl = "http://{0}.voice.2460web.com:53001/voice/download"; private void SendSpeech(byte[] encode, long _tick) { VoiceHttpRequest.Instance.Enqueue(encode, _tick, (int)PlayerDatas.Instance.PlayerId);