From ce2054ca5ca74feb81d0816887fec1b99642413e Mon Sep 17 00:00:00 2001 From: lenheart Date: Fri, 26 Dec 2025 15:06:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=93=E5=BA=93=E9=94=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _DPS_/_BuiltProject/仓库锁/仓库锁.nut | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/_DPS_/_BuiltProject/仓库锁/仓库锁.nut b/_DPS_/_BuiltProject/仓库锁/仓库锁.nut index 97f293f..2fac42b 100644 --- a/_DPS_/_BuiltProject/仓库锁/仓库锁.nut +++ b/_DPS_/_BuiltProject/仓库锁/仓库锁.nut @@ -71,12 +71,10 @@ class WarehouseLockC { }.bindenv(this)); - Cb_User_Vend_Item_Leave_Func["毁梦定制仓库锁"] <- function(args) { + Cb_Cargo_IsOperatorable_Leave_Func["毁梦定制仓库锁"] <- function(args) { local CUser = NativePointer(args[0]).readPointer(); local SUser = User(CUser); local Uid = SUser.GetUID(); - print("我的uid: " + Uid); - print(NoWarehouseList); if (NoWarehouseList.rawin(Uid)) { return false; }