From 1151474dcc50eb79fcabc6dec1383b6b10674fab Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 15 十二月 2025 14:18:43 +0800
Subject: [PATCH] 125 战斗 替换BattleLog为 普通Log

---
 Main/System/Battle/BattleManager.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Main/System/Battle/BattleManager.cs b/Main/System/Battle/BattleManager.cs
index d660fb5..04ff29f 100644
--- a/Main/System/Battle/BattleManager.cs
+++ b/Main/System/Battle/BattleManager.cs
@@ -710,12 +710,12 @@
             if (bf.guid == battleField.guid)
             {
                 bf.SetFocus(true);
-                BattleDebug.LogError("[FocusBattleField] Focus : " + bf.GetType().Name);
+                Debug.Log("[FocusBattleField] Focus : " + bf.GetType().Name);
             }
             else
             {
                 bf.SetFocus(false);
-                BattleDebug.LogError("[FocusBattleField] Lose Focus : " + bf.GetType().Name);
+                Debug.Log("[FocusBattleField] Lose Focus : " + bf.GetType().Name);
             }
         }
     }

--
Gitblit v1.8.0