From aee07e17664b4e598f4bc54460cffce26b8b823f Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 15 十二月 2025 11:21:33 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

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

diff --git a/Main/System/Battle/BattleManager.cs b/Main/System/Battle/BattleManager.cs
index 0ca113b..2bc46a9 100644
--- a/Main/System/Battle/BattleManager.cs
+++ b/Main/System/Battle/BattleManager.cs
@@ -632,8 +632,7 @@
         float currentTime = Time.time;
         if (currentTime - lastTime < turnCoolDown)
         {
-            SysNotifyMgr.Instance.ShowTip("BattleCoolDown");
-            Debug.Log("BattleCoolDown tip");
+            SysNotifyMgr.Instance.ShowTip("BattleCoolDownClient");
             return;
         }
         lastTime = currentTime;

--
Gitblit v1.8.0