少年修仙传客户端代码仓库
client_linchunjie
2018-10-18 f5a1ab8a1efe2dabe57844bdbaa02e214ffc16b5
2169【前端】【1.2.0】聊天自动播放语音在无数据时请求过于频繁
1个文件已修改
3 ■■■■■ 已修改文件
System/Chat/ChatCenter.cs 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Chat/ChatCenter.cs
@@ -440,7 +440,10 @@
            dict.Add(_decodec.tick, clip);
            if (_decodec.playerId == cachePlayerId && cacheTick == _decodec.tick)
            {
                cachePlayerId = 0;
                cacheTick = 0;
                PlaySpeech(clip, cacheLength);
                RemoveAutoVoice(_decodec.playerId, _decodec.tick);
            }
            else if (autoPlayVoices.Count > 0)
            {