From 2815d5e8983b7808a1c48741a22691d8c7dc5060 Mon Sep 17 00:00:00 2001 From: Lenheart <947330670@qq.com> Date: Wed, 4 Mar 2026 16:04:59 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E8=A3=85=E5=A4=87=E6=8B=93=E5=B1=95):?= =?UTF-8?q?=20=E7=A7=BB=E9=99=A4=E5=B7=B2=E6=B3=A8=E9=87=8A=E7=9A=84?= =?UTF-8?q?=E8=B4=AD=E4=B9=B0=E8=A3=85=E5=A4=87=E5=90=8E=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E9=87=91=E5=B8=81=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _DPS_/_BuiltProject/装备拓展/装备拓展.nut | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/_DPS_/_BuiltProject/装备拓展/装备拓展.nut b/_DPS_/_BuiltProject/装备拓展/装备拓展.nut index dc9b407..3e66011 100644 --- a/_DPS_/_BuiltProject/装备拓展/装备拓展.nut +++ b/_DPS_/_BuiltProject/装备拓展/装备拓展.nut @@ -67,13 +67,13 @@ class EquipmentExpandC { // }.bindenv(this); //因为装备镶嵌那边更改的数据导致 购买装备时金币会错乱 任意方式刷新一下金币就可以了 - Cb_BuyItem_send_Enter["_装备拓展_"] <- function(args) { - local SUser = User(args[1]); - Timer.SetTimeOut(function() { - print("刷新"); - SUser.SendItemSpace(0); - }, 1); - }.bindenv(this); + // Cb_BuyItem_send_Enter["_装备拓展_"] <- function(args) { + // local SUser = User(args[1]); + // Timer.SetTimeOut(function() { + // print("刷新"); + // SUser.SendItemSpace(0); + // }, 1); + // }.bindenv(this); } function GenerateUUID() {