少年修仙传客户端代码仓库
client_Zxw
2019-01-21 26436be7f1ae7d7edae0d5b4bddf85cdf0367dfb
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>();
    }