From fed6610bb73e35d24fd021b387ed836403a36c28 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期四, 17 一月 2019 16:36:29 +0800
Subject: [PATCH] 2891 【1.5】跨服地图退出模式没有还原未本服进入前的模式

---
 System/MainInterfacePanel/MainInterfaceWin.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/System/MainInterfacePanel/MainInterfaceWin.cs b/System/MainInterfacePanel/MainInterfaceWin.cs
index ae0494a..7fbaa04 100644
--- a/System/MainInterfacePanel/MainInterfaceWin.cs
+++ b/System/MainInterfacePanel/MainInterfaceWin.cs
@@ -251,7 +251,7 @@
             ChatTip.OnChatUpEvent += RefreshAdaptiveChat;
             GlobalTimeEvent.Instance.secondEvent += secondEvent;
             IsCrossServerOneVsOne();
-            SetAtkType();
+         
         }
 
         private void CompletionOfTaskEvent(int obj)
@@ -443,6 +443,7 @@
 
         private void secondEvent()
         {
+            SetAtkType();
             if (IsUpdateBool)
             {
                 StartCoroutine(featureNoticeModel.WhetherToPlayTheBox());//鍔熻兘棰勫憡

--
Gitblit v1.8.0