From 6cc9f56e28978bede19629ce50947b9609080da5 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期三, 19 九月 2018 15:06:07 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/Chat/ChatTip.cs | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/System/Chat/ChatTip.cs b/System/Chat/ChatTip.cs
index 98a8015..abe1422 100644
--- a/System/Chat/ChatTip.cs
+++ b/System/Chat/ChatTip.cs
@@ -154,6 +154,7 @@
if (mapId == 31230)
{
ChatCtrl.Inst.presentChatType = ChatInfoType.Fairy;
+ WindowCenter.Instance.CloseImmediately<MainInterfaceWin>();
WindowCenter.Instance.Open<SocialWin>(false, 2);
return;
}
@@ -226,9 +227,11 @@
switch (ChatCtrl.Inst.presentChatType)
{
case ChatInfoType.Team:
+ WindowCenter.Instance.CloseImmediately<MainInterfaceWin>();
WindowCenter.Instance.Open<SocialWin>(false, 1);
break;
case ChatInfoType.Fairy:
+ WindowCenter.Instance.CloseImmediately<MainInterfaceWin>();
WindowCenter.Instance.Open<SocialWin>(false, 2);
break;
default:
--
Gitblit v1.8.0