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;