From 26436be7f1ae7d7edae0d5b4bddf85cdf0367dfb Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期一, 21 一月 2019 11:34:47 +0800
Subject: [PATCH] Merge http://192.168.0.87:10010/r/snxxz_scripts into SpringFestival
---
System/Chat/ChatTip.cs | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/System/Chat/ChatTip.cs b/System/Chat/ChatTip.cs
index d9067ce..57a67e9 100644
--- a/System/Chat/ChatTip.cs
+++ b/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>();
}
--
Gitblit v1.8.0