From 0c27deee50c5c20f6ebb38a56319c959d2e64c56 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期三, 26 十一月 2025 14:40:05 +0800
Subject: [PATCH] 125 战斗 特效删除时找不到特效本体放入BattleDebug里
---
Main/System/Battle/BattleEffectMgr.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Main/System/Battle/BattleEffectMgr.cs b/Main/System/Battle/BattleEffectMgr.cs
index d6b4a5a..038e40a 100644
--- a/Main/System/Battle/BattleEffectMgr.cs
+++ b/Main/System/Battle/BattleEffectMgr.cs
@@ -130,7 +130,7 @@
}
else
{
- Debug.LogError("could not find effect in list, effectid : " + effectId);
+ BattleDebug.LogError("could not find effect in list, effectid : " + effectId);
}
}
--
Gitblit v1.8.0