1111
This commit is contained in:
@@ -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);
|
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.Data = pos;
|
||||||
ButtonBuf.OnClickEx = function(button) {
|
ButtonBuf.OnClickEx = function(button) {
|
||||||
|
if(button.State == 8)return;
|
||||||
SendPackEx({
|
SendPackEx({
|
||||||
op = 20097003,
|
op = 20097003,
|
||||||
id = button.Data
|
id = button.Data
|
||||||
|
|||||||
Reference in New Issue
Block a user