From cddeda77740b211001c08447dc82b4199f7a1225 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期日, 30 十二月 2018 10:23:33 +0800
Subject: [PATCH] 5398 停止ai按钮传入froce参数

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

diff --git a/System/MainInterfacePanel/ChatFrame.cs b/System/MainInterfacePanel/ChatFrame.cs
index dcf243c..3ba59a0 100644
--- a/System/MainInterfacePanel/ChatFrame.cs
+++ b/System/MainInterfacePanel/ChatFrame.cs
@@ -435,7 +435,7 @@
                         WindowCenter.Instance.CloseImmediately<ExperienceOpenWin>();
                     }
 
-                    _hero.Behaviour.StopHandupAI();
+                    _hero.Behaviour.StopHandupAI(true);
                 }
             }
             AutoImg.SetActive(!AutoImg.activeSelf);

--
Gitblit v1.8.0