This commit is contained in:
parent
1e69e5097e
commit
4c28d961b1
|
|
@ -31,7 +31,7 @@ class WarehouseLockC {
|
||||||
if (result && result.len() > 0) {
|
if (result && result.len() > 0) {
|
||||||
NoWarehouseList.rawset(Uid, true);
|
NoWarehouseList.rawset(Uid, true);
|
||||||
}
|
}
|
||||||
}
|
}.bindenv(this);
|
||||||
|
|
||||||
ClientSocketPackFuncMap.rawset(21008009, function(SUser, Jso) {
|
ClientSocketPackFuncMap.rawset(21008009, function(SUser, Jso) {
|
||||||
local Uid = SUser.GetUID();
|
local Uid = SUser.GetUID();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue