From 5f6faeaa46d831d685ab9192687bc4e2f96a7c7d Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 01 一月 2026 15:49:06 +0800
Subject: [PATCH] 0312 修复没有淘金令会暂停,导致帐篷有可淘金而不执行的问题
---
Main/System/InternalAffairs/GoldRushManager.cs | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Main/System/InternalAffairs/GoldRushManager.cs b/Main/System/InternalAffairs/GoldRushManager.cs
index b147075..c512ef5 100644
--- a/Main/System/InternalAffairs/GoldRushManager.cs
+++ b/Main/System/InternalAffairs/GoldRushManager.cs
@@ -711,12 +711,12 @@
return;
}
- if (UIHelper.GetMoneyCnt(52) <= 0 && !HasWork())
- {
- PauseAutoWorking();
- SysNotifyMgr.Instance.ShowTip("GoldRush10");
- return;
- }
+ // if (UIHelper.GetMoneyCnt(52) <= 0 && !HasWork())
+ // {
+ // PauseAutoWorking();
+ // SysNotifyMgr.Instance.ShowTip("GoldRush10");
+ // return;
+ // }
if (GetFinishGoldRushCount() >= warehouseMaxCnt)
{
PauseAutoWorking();
--
Gitblit v1.8.0