Skip to content

Commit

Permalink
meow
Browse files Browse the repository at this point in the history
  • Loading branch information
boomzero committed Aug 13, 2024
1 parent dc348b0 commit ff9d0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export class Process {
const retryCount = 20; // Define how many times you want to retry
for (let i = 0; i < retryCount; i++) {
if (rst["Success"]) {
return this.IfUserExist(Username);
return rst = this.IfUserExist(Username);
}
await sleep(500);
}
Expand Down

0 comments on commit ff9d0cd

Please sign in to comment.