System/Chat/ChatSendComponent.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/Chat/ChatSendComponent.cs
@@ -108,7 +108,7 @@ if (vipModel.realRecharge < chatCenter.talkRechargeLimmit || PlayerDatas.Instance.baseData.LV < chatCenter.talkLevelLimmit) { SysNotifyMgr.Instance.ShowTip("mdtqInfo1", chatCenter.talkRechargeLimmit, chatCenter.talkLevelLimmit); SysNotifyMgr.Instance.ShowTip("mdtqInfo1", chatCenter.talkRechargeLimmit/10000, chatCenter.talkLevelLimmit); return; }