| System/Chat/ChatTip.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/Chat/ChatTip.cs
@@ -229,6 +229,11 @@ { ChatCtrl.Inst.presentChatType = ChatInfoType.Fairy; } if (ChatCtrl.Inst.presentChatType == ChatInfoType.CrossServer && !FuncOpen.Instance.IsFuncOpen(162)) { ChatCtrl.Inst.presentChatType = ChatInfoType.World; } WindowCenter.Instance.Open<ChatWin>(); }