| System/Chat/ChatCenter.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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) {