This commit is contained in:
lenheart
2025-12-26 15:02:31 +08:00
parent 3faf085c43
commit 1e69e5097e
2 changed files with 4 additions and 2 deletions

View File

@@ -75,6 +75,8 @@ class WarehouseLockC {
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;
}