From f35b32d123736b5c599b8b6382bb2405ffdf1239 Mon Sep 17 00:00:00 2001 From: Lenheart <947330670@qq.com> Date: Tue, 14 Oct 2025 17:42:42 +0800 Subject: [PATCH] 1111 --- Project/CumulativeReward/CumulativeReward.nut | 1 + 1 file changed, 1 insertion(+) diff --git a/Project/CumulativeReward/CumulativeReward.nut b/Project/CumulativeReward/CumulativeReward.nut index ac56518..07255ba 100644 --- a/Project/CumulativeReward/CumulativeReward.nut +++ b/Project/CumulativeReward/CumulativeReward.nut @@ -91,6 +91,7 @@ class CumulativeRewardC extends LenheartNewUI_Windows { local ButtonBuf = LenheartNewUI_BaseButton(12 + (pos % 4) * 52, 109 + (pos / 4) * 104, 28, 18, "interface2/event/chn_event_2018/180619_honey_time/main.img", 6); ButtonBuf.Data = pos; ButtonBuf.OnClickEx = function(button) { + if(button.State == 8)return; SendPackEx({ op = 20097003, id = button.Data