|
@@ -477,10 +477,10 @@ function isOpen(human, YYInfo, funcConfig)
|
|
|
return false
|
|
return false
|
|
|
end
|
|
end
|
|
|
|
|
|
|
|
- if not human.db.nFirstBuy or human.db.nFirstBuy ~= 1 then
|
|
|
|
|
- --print("[VoucherShop is open] 33333")
|
|
|
|
|
- return false
|
|
|
|
|
- end
|
|
|
|
|
|
|
+ -- if not human.db.nFirstBuy or human.db.nFirstBuy ~= 1 then
|
|
|
|
|
+ -- --print("[VoucherShop is open] 33333")
|
|
|
|
|
+ -- return false
|
|
|
|
|
+ -- end
|
|
|
|
|
|
|
|
--print("[VoucherShop is open] 444444")
|
|
--print("[VoucherShop is open] 444444")
|
|
|
return true
|
|
return true
|