fix:
bingo
This commit is contained in:
parent
f9b6f8901b
commit
82b3a45884
@ -142,7 +142,7 @@ export default async function (call: ApiCall<ReqBingo, ResBingo>) {
|
||||
if (shell[3]) emailMsg.prize = JSON.parse(shell[3])
|
||||
EmailFun.addEmail(emailMsg);
|
||||
} else if (shell[0] == "heroskin") {
|
||||
PlayerFun.sendPrize(call, [{ a: "heroskin", "t": shell[1], n: 1 }]);
|
||||
await PlayerFun.sendPrize(call, [{ a: "heroskin", "t": shell[1], n: 1 }]);
|
||||
}
|
||||
|
||||
call.succ('succ');
|
||||
|
Loading…
Reference in New Issue
Block a user