From 17c684a98dd8811fd22ced8da1590e08d3bc4831 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期日, 28 四月 2019 10:32:26 +0800
Subject: [PATCH] Merge branch 'master' into ViewOtherPlayer

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

diff --git a/System/MainInterfacePanel/MapSwitchingBehaviour.cs b/System/MainInterfacePanel/MapSwitchingBehaviour.cs
index 38ef021..51dc800 100644
--- a/System/MainInterfacePanel/MapSwitchingBehaviour.cs
+++ b/System/MainInterfacePanel/MapSwitchingBehaviour.cs
@@ -29,7 +29,7 @@
         public void Init()
         {
             int MapID = PlayerDatas.Instance.baseData.MapID;
-            if (MapIdList.Contains(MapID))
+            if (MapIdList.Contains(MapID) && !AdventureStage.Instance.IsInAdventureStage)
             {
                 m_Btn_MapSwitch.gameObject.SetActive(true);
             }

--
Gitblit v1.8.0