From c639a7d8e7893404cc6c773470c2f95b6683c1bd Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 19 一月 2026 10:29:52 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
Main/System/Main/AutoFightModel.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Main/System/Main/AutoFightModel.cs b/Main/System/Main/AutoFightModel.cs
index 01e7e94..2fecc9e 100644
--- a/Main/System/Main/AutoFightModel.cs
+++ b/Main/System/Main/AutoFightModel.cs
@@ -102,7 +102,7 @@
set
{
m_NowChallengeCount = value;
- lastChallengeTime = value == 0 ? 0 : Time.time;
+ lastChallengeTime = Time.time;
// Debug.Log($"褰撳墠鍦ㄤ富绾緽oss鎴樿触浜唟m_NowChallengeCount}娆�,涓婃鎴樿触鏃堕棿鏄瘂lastChallengeTime}");
if (m_NowChallengeCount >= tryChallengeCount)
{
--
Gitblit v1.8.0