From db03d6fbfc75f234715f32359a34f653925c0dcb Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期五, 16 十一月 2018 17:01:54 +0800
Subject: [PATCH] 2391 【1.3】打宝,点击退出副本,还会再次进入副本
---
System/MainInterfacePanel/MapSwitchingBehaviour.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/System/MainInterfacePanel/MapSwitchingBehaviour.cs b/System/MainInterfacePanel/MapSwitchingBehaviour.cs
index 6945c81..dc4460e 100644
--- a/System/MainInterfacePanel/MapSwitchingBehaviour.cs
+++ b/System/MainInterfacePanel/MapSwitchingBehaviour.cs
@@ -67,6 +67,7 @@
{
if (isOk)
{
+ MapTransferUtility.Instance.Clear();
model.ExitCurrentDungeon();
}
});
--
Gitblit v1.8.0