From 3e896c7ddb83106919b590d5a9eda19f8332dfd2 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期六, 22 十一月 2025 14:09:55 +0800
Subject: [PATCH] 0312 红点整理切换账号问题
---
Main/System/Recharge/ExpSecretCollectionManager.cs | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/Main/System/Recharge/ExpSecretCollectionManager.cs b/Main/System/Recharge/ExpSecretCollectionManager.cs
index 669eec8..ea7097b 100644
--- a/Main/System/Recharge/ExpSecretCollectionManager.cs
+++ b/Main/System/Recharge/ExpSecretCollectionManager.cs
@@ -49,16 +49,13 @@
public Redpoint redPointLLMJ = new Redpoint(MainRedDot.RightFuncRedpoint, MainRedDot.RedPoint_LLMJKey);
void UpdateRedpoint()
{
+ redPointLLMJ.state = RedPointState.None;
if (m_MJLV == 0) return;
var nextConfig = LLMJConfig.Get(m_MJLV + 1);
if (nextConfig == null) return;
if (m_Zhanchui >= nextConfig.CostWarhammer)
{
redPointLLMJ.state = RedPointState.Simple;
- }
- else
- {
- redPointLLMJ.state = RedPointState.None;
}
}
}
--
Gitblit v1.8.0