少年修仙传客户端代码仓库
hch
2025-02-24 5999162019ca866faf360f945646a8e33cc66670
0312 优化脏字检查
1个文件已修改
4 ■■■■ 已修改文件
System/Chat/ChatSendComponent.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Chat/ChatSendComponent.cs
@@ -176,7 +176,7 @@
                return;
            }
            ChatCtrl.Inst.SendChatInfo(ChatCtrl.Inst.presentChatType, msg, info);
            ChatCtrl.Inst.SendChatInfo(ChatCtrl.Inst.presentChatType, msg, info, false);
            StartCoroutine(Co_CoolDowmChat());
            ModelCenter.Instance.GetModel<FirstTimeRechargeModel>().AskFirstRechargeMore(msg);
@@ -241,7 +241,7 @@
                CheckMaliceChat(msg);
            }
            m_OnChating = true;
            ChatCtrl.Inst.SendChatInfo(ChatCtrl.Inst.presentChatType, msg, info);
            ChatCtrl.Inst.SendChatInfo(ChatCtrl.Inst.presentChatType, msg, info, false);
            StartCoroutine(Co_CoolDowmChat());
        }