Skip to content

Commit

Permalink
Changed checking if there are still windows farming to before login
Browse files Browse the repository at this point in the history
  • Loading branch information
Soryyyn committed Nov 4, 2022
1 parent 7c904fe commit ac50512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/farms/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -525,8 +525,8 @@ export default abstract class FarmTemplate {

this.createCheckerWindow()
.then(async (checkerWindow) => {
await this.login(checkerWindow);
await this.windowsStillFarming(checkerWindow);
await this.login(checkerWindow);
await this.startFarming(checkerWindow);

/**
Expand Down

0 comments on commit ac50512

Please sign in to comment.