hch
2026-01-01 5f6faeaa46d831d685ab9192687bc4e2f96a7c7d
0312 修复没有淘金令会暂停,导致帐篷有可淘金而不执行的问题
1个文件已修改
12 ■■■■ 已修改文件
Main/System/InternalAffairs/GoldRushManager.cs 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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();