From 15a8bb5fee29d781971c1512285b2e245ab8b8f1 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 31 一月 2019 19:24:27 +0800
Subject: [PATCH] 3335 场景切换重构

---
 Core/GameEngine/Model/Player/PlayerDatas.cs |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/Core/GameEngine/Model/Player/PlayerDatas.cs b/Core/GameEngine/Model/Player/PlayerDatas.cs
index 6ef1255..2089d99 100644
--- a/Core/GameEngine/Model/Player/PlayerDatas.cs
+++ b/Core/GameEngine/Model/Player/PlayerDatas.cs
@@ -609,8 +609,6 @@
 
                         StageLoad.Instance.PushSceneLoadCommand(new StageLoad.StageLoadCommand()
                         {
-                            fromMapId = StageLoad.Instance.mapIdRecord,
-                            fromLineId = StageLoad.Instance.lineIdRecord,
                             toMapId = baseData.MapID,
                             toLineId = 0,
                             needEmpty = true,

--
Gitblit v1.8.0