From b9ae79116a9e419b28c38f1c84016ec7938afefa Mon Sep 17 00:00:00 2001 From: yyl <yyl> Date: 星期二, 30 九月 2025 18:13:23 +0800 Subject: [PATCH] 125 战斗 1.快速结束战斗失效的问题 2.角色UI高过外部UI的问题 3.战斗伤害消失的问题 --- Main/System/Battle/BattleManager.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Main/System/Battle/BattleManager.cs b/Main/System/Battle/BattleManager.cs index 9e688d8..2d8d217 100644 --- a/Main/System/Battle/BattleManager.cs +++ b/Main/System/Battle/BattleManager.cs @@ -261,7 +261,7 @@ { str += " " + list[i].GetType().Name + "\n"; } - BattleDebug.LogError(str); + // BattleDebug.LogError(str); return list; } -- Gitblit v1.8.0