Compare commits
2 Commits
1158f26eaa
...
b013e9042c
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b013e9042c | ||
![]() |
b9a556ea30 |
@ -250,7 +250,7 @@ export class PayFun {
|
||||
console.log("Christmasfun.payChristmas Error", e);
|
||||
}
|
||||
|
||||
if (payArgs && payArgs?.htype && payArgs?.selectList) {
|
||||
if (payArgs && payArgs?.htype) {
|
||||
let selectPrize = await G.ioredis.get(`pay:${payId}:${player.uid}`);
|
||||
if (selectPrize) {
|
||||
prize.push(...JSON.parse(selectPrize))
|
||||
|
Loading…
Reference in New Issue
Block a user