From 2f723e5320ef618985cc9ea8f71deafd3e4bec36 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期二, 16 四月 2019 11:35:50 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
Fight/Actor/UserInputHandler.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Fight/Actor/UserInputHandler.cs b/Fight/Actor/UserInputHandler.cs
index 036c974..2144eb2 100644
--- a/Fight/Actor/UserInputHandler.cs
+++ b/Fight/Actor/UserInputHandler.cs
@@ -369,7 +369,8 @@
//s_LastStatus = moveOrStop;
- if (!PreFightMission.Instance.IsFinished())
+ if (!PreFightMission.Instance.IsFinished()
+ || AdventureStage.Instance.IsInAdventureStage)
{
return;
}
--
Gitblit v1.8.0